public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/opengtl/files: opengtl-0.9.18-underlinking.patch
@ 2013-03-14 15:24 Michael Palimaka (kensington)
  0 siblings, 0 replies; only message in thread
From: Michael Palimaka (kensington) @ 2013-03-14 15:24 UTC (permalink / raw
  To: gentoo-commits

kensington    13/03/14 15:24:40

  Added:                opengtl-0.9.18-underlinking.patch
  Log:
  Version bump wrt bug #460930, fixing bug #453420. Fix underlinking wrt bug #450160. Don't strip RPATH created after linking since LLVM libraries are not in the standard search path. Restrict tests wrt bug #377995. Remove old.
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)

Revision  Changes    Path
1.1                  media-libs/opengtl/files/opengtl-0.9.18-underlinking.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opengtl/files/opengtl-0.9.18-underlinking.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opengtl/files/opengtl-0.9.18-underlinking.patch?rev=1.1&content-type=text/plain

Index: opengtl-0.9.18-underlinking.patch
===================================================================
changeset:   1792:99a2017746c0
tag:         tip
user:        Michael Palimaka <kensington@gentoo.org>
date:        Wed Jan 30 05:28:12 2013 +1100
summary:     Fix underlinking.

diff -r e150672a54ad -r 99a2017746c0 OpenGTL/GTLCore/CMakeLists.txt
--- a/OpenGTL/GTLCore/CMakeLists.txt	Sat Dec 29 12:27:12 2012 +0100
+++ b/OpenGTL/GTLCore/CMakeLists.txt	Wed Jan 30 05:28:12 2013 +1100
@@ -10,6 +10,10 @@
 
 ## GTLCore library ##
 
+if(PTHREAD_FOUND)
+  set(GTLCore_Thread_LIBS pthread)
+endif(PTHREAD_FOUND)
+
 set(GTLCore_SRCS
   AbstractColorConverter.cpp
   AbstractImage.cpp
@@ -110,7 +114,7 @@
 set(EXTRA_GTLCORE_LINK_OPTIONS -Wl,-u,__ZTVN4llvm3JITE )
 endif()
 
-target_link_libraries(GTLCore ${LLVM_LDFLAGS} ${LLVM_LIBS} ${EXTRA_GTLCORE_LINK_OPTIONS})
+target_link_libraries(GTLCore ${LLVM_LDFLAGS} ${LLVM_LIBS} ${GTLCore_Thread_LIBS} ${EXTRA_GTLCORE_LINK_OPTIONS})
 
 # Set the ABI version of the library
 set_target_properties(GTLCore PROPERTIES VERSION ${OPENGTL_LIB_VERSION} SOVERSION ${OPENGTL_LIB_SOVERSION} )






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-14 15:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-14 15:24 [gentoo-commits] gentoo-x86 commit in media-libs/opengtl/files: opengtl-0.9.18-underlinking.patch Michael Palimaka (kensington)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox