diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2013-12-14 16:50:38 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2013-12-14 16:50:38 +0100 |
commit | 77d90c1ab7aedb5ea5b4318b59e97f153c0ccba5 (patch) | |
tree | 89990bf7733d9e90a5ea71ec27de49cd47f0d2b8 /sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch | |
parent | 6237f8dc4aa4ab1aa56f7905b164dcb96df9ecd3 (diff) | |
parent | 8255b5bc438e0f576e3e5e91007ede50ba4789b6 (diff) | |
download | brancik-overlay-77d90c1ab7aedb5ea5b4318b59e97f153c0ccba5.tar.gz brancik-overlay-77d90c1ab7aedb5ea5b4318b59e97f153c0ccba5.tar.bz2 |
Merge branch 'master' of ssh://git.brancik.cz/gentoo-overlay
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 | 11 |
1 files changed, 0 insertions, 11 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 deleted file mode 100644 index 7bd1810..0000000 --- a/sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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_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}) |