diff options
Diffstat (limited to 'sci-libs/indilib/files')
-rw-r--r-- | sci-libs/indilib/files/0.9.7-fix-zlib-link.patch (renamed from sci-libs/indilib/files/0.9.6-fix-zlib-link.patch) | 34 |
1 files changed, 26 insertions, 8 deletions
diff --git a/sci-libs/indilib/files/0.9.6-fix-zlib-link.patch b/sci-libs/indilib/files/0.9.7-fix-zlib-link.patch index 79ae0f9..1b2f813 100644 --- a/sci-libs/indilib/files/0.9.6-fix-zlib-link.patch +++ b/sci-libs/indilib/files/0.9.7-fix-zlib-link.patch @@ -1,6 +1,24 @@ ---- libindi-0.9.6/CMakeLists.txt 2012-12-01 20:41:05.374258103 +0100 -+++ libindi-0.9.6.new/CMakeLists.txt 2012-12-01 20:42:42.365770665 +0100 -@@ -633,7 +633,7 @@ +--- libindi-0.9.7.old/CMakeLists.txt 2013-12-14 15:49:09.302518454 +0100 ++++ libindi-0.9.7/CMakeLists.txt 2013-12-14 16:03:35.095501743 +0100 +@@ -204,7 +204,7 @@ +
+ add_executable(indi_lx200generic ${lx200generic_SRCS})
+
+-target_link_libraries(indi_lx200generic indidriver ${NOVA_LIBRARIES} m )
++target_link_libraries(indi_lx200generic indidriver ${NOVA_LIBRARIES} m ${ZLIB_LIBRARIES})
+
+ install(TARGETS indi_lx200generic RUNTIME DESTINATION bin )
+
+@@ -247,7 +247,7 @@ +
+ add_executable(indi_celestron_gps ${celestrongps_SRCS})
+
+-target_link_libraries(indi_celestron_gps indidriver ${NOVA_LIBRARIES} m )
++target_link_libraries(indi_celestron_gps indidriver ${NOVA_LIBRARIES} m ${ZLIB_LIBRARIES})
+
+ install(TARGETS indi_celestron_gps RUNTIME DESTINATION bin )
+
+@@ -602,7 +602,7 @@ add_executable(tutorial_one ${tutorialone_SRCS})
@@ -9,7 +27,7 @@ ########### Tutorial two ##############
set(tutorialtwo_SRCS
-@@ -643,7 +643,7 @@ +@@ -612,7 +612,7 @@ add_executable(tutorial_two ${tutorialtwo_SRCS})
@@ -18,7 +36,7 @@ ########### Tutorial three ##############
if (CFITSIO_FOUND)
-@@ -654,7 +654,7 @@ +@@ -623,7 +623,7 @@ add_executable(tutorial_three ${tutorialthree_SRCS})
@@ -27,7 +45,7 @@ endif (CFITSIO_FOUND)
########### Tutorial four ##############
set(tutorialfour_SRCS
-@@ -664,7 +664,7 @@ +@@ -633,7 +633,7 @@ add_executable(tutorial_four ${tutorialfour_SRCS})
@@ -36,7 +54,7 @@ ########### Tutorial five - dome driver ##############
set(tutorialdome_SRCS
-@@ -674,7 +674,7 @@ +@@ -643,7 +643,7 @@ add_executable(tutorial_dome ${tutorialdome_SRCS})
@@ -45,7 +63,7 @@ ########### Tutorial five - rain driver ##############
set(tutorialrain_SRCS
-@@ -684,7 +684,7 @@ +@@ -653,7 +653,7 @@ add_executable(tutorial_rain ${tutorialrain_SRCS})
|