diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2018-01-29 22:26:57 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2018-01-29 22:26:57 +0100 |
commit | b3eda7135c9f6094ee3580583f066ab532032110 (patch) | |
tree | 7dbb244a5f911651f33af7ace160d5fdbfaa7306 /sci-libs/libapogee | |
parent | 218bda16268dedc41f6c7b19b2ada8b1081563d2 (diff) | |
download | brancik-overlay-b3eda7135c9f6094ee3580583f066ab532032110.tar.gz brancik-overlay-b3eda7135c9f6094ee3580583f066ab532032110.tar.bz2 |
Update patches for indi 3rd party libs
Diffstat (limited to 'sci-libs/libapogee')
-rw-r--r-- | sci-libs/libapogee/files/libapogee_1.5.0-fix_cmake_libdir.patch | 12 | ||||
-rw-r--r-- | sci-libs/libapogee/libapogee-1.6.2.ebuild | 2 |
2 files changed, 0 insertions, 14 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) - diff --git a/sci-libs/libapogee/libapogee-1.6.2.ebuild b/sci-libs/libapogee/libapogee-1.6.2.ebuild index 2fbe3d7..005d89d 100644 --- a/sci-libs/libapogee/libapogee-1.6.2.ebuild +++ b/sci-libs/libapogee/libapogee-1.6.2.ebuild @@ -21,8 +21,6 @@ DEPEND="virtual/libusb:1 RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}/libapogee_1.5.0-fix_cmake_libdir.patch" ) - INDI_TARGET_DIRECTORY="${PN%%lib-driver-**}" S="${WORKDIR}/${MY_PN}-${PV}/3rdparty/${INDI_TARGET_DIRECTORY}" |