summaryrefslogtreecommitdiff
path: root/sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2012-12-01 20:52:42 +0100
committerCtibor <ctibor.brancik@seznam.cz>2012-12-01 20:52:42 +0100
commita41864a2fbf2db069a4c0854e44169ecd59c955f (patch)
treecae85921fc60242d159a8f2ffd4ccbbbf02465aa /sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch
parente7d89740ebc17f382a1d285011cce79d53ba829c (diff)
downloadbrancik-overlay-a41864a2fbf2db069a4c0854e44169ecd59c955f.tar.gz
brancik-overlay-a41864a2fbf2db069a4c0854e44169ecd59c955f.tar.bz2
Fix wrongly generated patch.
Diffstat (limited to 'sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch')
-rw-r--r--sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch b/sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch
index ef4b990..20fe36f 100644
--- a/sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch
+++ b/sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch
@@ -5,7 +5,7 @@
add_executable(indi_gphoto_ccd ${indigphoto_SRCS})
-target_link_libraries(indi_gphoto_ccd ${INDI_LIBRARIES} ${INDI_MAIN_LIBRARIES} ${CFITSIO_LIBRARIES} ${LIBGPHOTO2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${JPEG_LIBRARIES} gphoto2_port)
-+target_link_libraries(indi_gphoto_ccd ${ZLIB_LIBRARIES} ${INDI_LIBRARIES} ${INDI_MAIN_LIBRARIES} ${CFITSIO_LIBRARIES} ${LIBGPHOTO2_LIBRARIES} ${ZLIB_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${JPEG_LIBRARIES} gphoto2_port)
++target_link_libraries(indi_gphoto_ccd ${ZLIB_LIBRARIES} ${INDI_LIBRARIES} ${INDI_MAIN_LIBRARIES} ${CFITSIO_LIBRARIES} ${LIBGPHOTO2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${JPEG_LIBRARIES} gphoto2_port)
install(TARGETS indi_gphoto_ccd RUNTIME DESTINATION bin )
install(FILES indi_gphoto.xml DESTINATION ${INDI_DATA_DIR})