diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2017-12-27 18:08:19 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2017-12-27 18:08:19 +0100 |
commit | 4eec3ee9d013eaec92c199843cd288f03894735f (patch) | |
tree | 16092a4b151f8c1119d8797f15980eb8e3871060 /sci-libs/libapogee/libapogee-1.5.0.ebuild | |
parent | ba112a26e6701bfa3157e504c8f13e4d0cf0cd6e (diff) | |
download | brancik-overlay-4eec3ee9d013eaec92c199843cd288f03894735f.tar.gz brancik-overlay-4eec3ee9d013eaec92c199843cd288f03894735f.tar.bz2 |
Fix multilib-strict check requirements for libapogee
Diffstat (limited to 'sci-libs/libapogee/libapogee-1.5.0.ebuild')
-rw-r--r-- | sci-libs/libapogee/libapogee-1.5.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-libs/libapogee/libapogee-1.5.0.ebuild b/sci-libs/libapogee/libapogee-1.5.0.ebuild index 005d89d..2fbe3d7 100644 --- a/sci-libs/libapogee/libapogee-1.5.0.ebuild +++ b/sci-libs/libapogee/libapogee-1.5.0.ebuild @@ -21,6 +21,8 @@ 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}" |