diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2012-12-02 00:02:00 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2012-12-02 00:02:00 +0100 |
commit | d5fe23060441b4cf8bed3810c9fe69683f474ad6 (patch) | |
tree | 84bcfd4e063f6c719c4579e080ed562cf10d62fc /sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch | |
parent | 3bb43c4f779d29869aa8643acb310ee8a9bacb18 (diff) | |
download | brancik-overlay-d5fe23060441b4cf8bed3810c9fe69683f474ad6.tar.gz brancik-overlay-d5fe23060441b4cf8bed3810c9fe69683f474ad6.tar.bz2 |
Fix zlib patch for indilib-driver-gphoto
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.patch | 10 |
1 files changed, 5 insertions, 5 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 20fe36f..7bd1810 100644 --- a/sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch +++ b/sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch @@ -1,11 +1,11 @@ ---- indilib-driver-gphoto-9999/CMakeLists.txt 2012-07-02 20:56:07.839743312 +0200 -+++ indilib-driver-gphoto-9999.new/CMakeLists.txt 2012-07-02 20:56:35.593266519 +0200 -@@ -43,7 +43,7 @@ +--- indilib-driver-gphoto-9999/CMakeLists.txt 2012-12-01 23:55:33.605162516 +0100 ++++ indilib-driver-gphoto-9999.new/CMakeLists.txt 2012-12-01 23:57:37.329853691 +0100 +@@ -35,7 +35,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} ${CMAKE_THREAD_LIBS_INIT} ${JPEG_LIBRARIES} gphoto2_port) +-target_link_libraries(indi_gphoto_ccd ${INDI_MAIN_LIBRARIES} ${CFITSIO_LIBRARIES} ${LIBGPHOTO2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${JPEG_LIBRARIES} gphoto2_port) ++target_link_libraries(indi_gphoto_ccd ${INDI_MAIN_LIBRARIES} ${CFITSIO_LIBRARIES} ${LIBGPHOTO2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${JPEG_LIBRARIES} ${ZLIB_LIBRARIES} gphoto2_port) install(TARGETS indi_gphoto_ccd RUNTIME DESTINATION bin ) install(FILES indi_gphoto.xml DESTINATION ${INDI_DATA_DIR}) |