diff options
Diffstat (limited to 'sci-libs/indilib-driver-meadedsi/files/indilib-driver-meadedsi-9999-fix-libusb-link.patch')
-rw-r--r-- | sci-libs/indilib-driver-meadedsi/files/indilib-driver-meadedsi-9999-fix-libusb-link.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-libs/indilib-driver-meadedsi/files/indilib-driver-meadedsi-9999-fix-libusb-link.patch b/sci-libs/indilib-driver-meadedsi/files/indilib-driver-meadedsi-9999-fix-libusb-link.patch new file mode 100644 index 0000000..d1c6e51 --- /dev/null +++ b/sci-libs/indilib-driver-meadedsi/files/indilib-driver-meadedsi-9999-fix-libusb-link.patch @@ -0,0 +1,11 @@ +--- CMakeLists.txt 2015-01-21 22:19:06.000000000 +0100 ++++ CMakeLists.txt.new 2015-01-21 23:03:49.262223735 +0100 +@@ -35,7 +35,7 @@ + + add_executable(indi_meadedsi_ccd ${indimeadedsi_SRCS}) + +-target_link_libraries(indi_meadedsi_ccd ${INDI_LIBRARIES} ${INDI_DRIVER_LIBRARIES} ${CFITSIO_LIBRARIES} ${MEADEDSI_LIBRARIES} z) ++target_link_libraries(indi_meadedsi_ccd ${INDI_LIBRARIES} ${INDI_DRIVER_LIBRARIES} ${CFITSIO_LIBRARIES} ${MEADEDSI_LIBRARIES} ${LIBUSB_LIBRARIES} z) + + if (NOVA_FOUND) + target_link_libraries(indi_meadedsi_ccd ${NOVA_LIBRARIES}) |