summaryrefslogtreecommitdiff
path: root/sci-libs/libapogee/files/libapogee_1.5.0-fix_cmake_libdir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/libapogee/files/libapogee_1.5.0-fix_cmake_libdir.patch')
-rw-r--r--sci-libs/libapogee/files/libapogee_1.5.0-fix_cmake_libdir.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-libs/libapogee/files/libapogee_1.5.0-fix_cmake_libdir.patch b/sci-libs/libapogee/files/libapogee_1.5.0-fix_cmake_libdir.patch
deleted file mode 100644
index 7203da7..0000000
--- a/sci-libs/libapogee/files/libapogee_1.5.0-fix_cmake_libdir.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN indi-1.5.0/3rdparty/libapogee/CMakeLists.txt indi-1.5.0.new/3rdparty/libapogee/CMakeLists.txt
---- indi-1.5.0/3rdparty/libapogee/CMakeLists.txt 2017-08-20 11:44:27.000000000 +0200
-+++ indi-1.5.0.new/3rdparty/libapogee/CMakeLists.txt 2017-12-27 18:03:46.578437290 +0100
-@@ -94,7 +94,7 @@
-
- target_link_libraries(apogee ${LIBUSB_1_LIBRARIES} ${CURL_LIBRARY} ${Boost_LIBRARIES})
-
--install(TARGETS apogee LIBRARY DESTINATION lib)
-+install(TARGETS apogee LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
-
- install( FILES ApogeeCam.h Alta.h AltaF.h Ascent.h CamGen2Base.h CameraInfo.h CameraStatusRegs.h Aspen.h FindDeviceEthernet.h FindDeviceUsb.h HiC.h ApogeeFilterWheel.h Quad.h DefDllExport.h versionNo.h doc.h ApgLogger.h LoggerSyslog.h DESTINATION include/libapogee COMPONENT Devel)
-