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, 0 insertions, 11 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 deleted file mode 100644 index d1c6e51..0000000 --- a/sci-libs/indilib-driver-meadedsi/files/indilib-driver-meadedsi-9999-fix-libusb-link.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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}) |