public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/indilib/files: 0.6-multilib.patch
@ 2009-09-15  8:39 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2009-09-15  8:39 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/09/15 08:39:44

  Added:                0.6-multilib.patch
  Log:
  Fix mulitilib issues per bug #284929.
  (Portage version: 2.2_rc38/cvs/Linux i686)

Revision  Changes    Path
1.1                  sci-libs/indilib/files/0.6-multilib.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/indilib/files/0.6-multilib.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/indilib/files/0.6-multilib.patch?rev=1.1&content-type=text/plain

Index: 0.6-multilib.patch
===================================================================
diff -urN libindi0-0.6.old/CMakeLists.txt libindi0-0.6/CMakeLists.txt
--- libindi0-0.6.old/CMakeLists.txt	2008-11-18 10:45:06.000000000 +0100
+++ libindi0-0.6/CMakeLists.txt	2009-09-15 10:35:17.000000000 +0200
@@ -96,7 +96,7 @@
 ######## INDI Static Library #########
 ######################################
 add_library(indidriver STATIC ${indimain_SRCS})
-install(TARGETS indidriver ARCHIVE DESTINATION lib${LIB_POSTFIX})
+install(TARGETS indidriver ARCHIVE DESTINATION lib${LIB_SUFFIX})
 
 ######################################
 ######## INDI Shared Library #########
@@ -114,7 +114,7 @@
 target_link_libraries(indi ${FLI_LIBRARIES})
 endif(FLI_FOUND)
 
-install(TARGETS indi LIBRARY DESTINATION lib${LIB_POSTFIX})
+install(TARGETS indi LIBRARY DESTINATION lib${LIB_SUFFIX})
 set_target_properties(indi PROPERTIES VERSION ${INDI_VERSION} SOVERSION ${INDI_SOVERSION})
 
 #####################################






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

only message in thread, other threads:[~2009-09-15  8:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-15  8:39 [gentoo-commits] gentoo-x86 commit in sci-libs/indilib/files: 0.6-multilib.patch Tomas Chvatal (scarabeus)

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