diff options
author | Ctibor Brančík <ctibor@alwaid2.(none)> | 2012-10-23 23:12:36 +0200 |
---|---|---|
committer | Ctibor Brančík <ctibor@alwaid2.(none)> | 2012-10-23 23:12:36 +0200 |
commit | cb176805638d07b39db83531fa54419d8bc359a5 (patch) | |
tree | 2a40962eafbe4c09d7e11d5cf37ae9d7f9b1ebce /sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch | |
parent | b3f80e0306587663a493502e4fcfa1c17c5836fd (diff) | |
download | brancik-overlay-cb176805638d07b39db83531fa54419d8bc359a5.tar.gz brancik-overlay-cb176805638d07b39db83531fa54419d8bc359a5.tar.bz2 |
Import of ebuilds used on laptop
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, 11 insertions, 0 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 new file mode 100644 index 0000000..ef4b990 --- /dev/null +++ b/sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch @@ -0,0 +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 @@ + + 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) + install(TARGETS indi_gphoto_ccd RUNTIME DESTINATION bin ) + + install(FILES indi_gphoto.xml DESTINATION ${INDI_DATA_DIR}) |