summaryrefslogtreecommitdiff
path: root/media-libs/openexr/openexr-2.4.1.ebuild
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-04-11 14:19:47 +0100
committerdakkar <dakkar@thenautilus.net>2020-04-11 14:20:15 +0100
commit4f73bd43e34b36820201916941ae69661e2fdc33 (patch)
treee722b07a7c8f2124a7ad12170ac26632454ba2f0 /media-libs/openexr/openexr-2.4.1.ebuild
parentpatch PrusaSlicer (diff)
downloadgentoo-overlay-4f73bd43e34b36820201916941ae69661e2fdc33.tar.gz
gentoo-overlay-4f73bd43e34b36820201916941ae69661e2fdc33.tar.bz2
gentoo-overlay-4f73bd43e34b36820201916941ae69661e2fdc33.zip
patch openexr pkg-config
https://github.com/AcademySoftwareFoundation/openexr/issues/567
Diffstat (limited to 'media-libs/openexr/openexr-2.4.1.ebuild')
-rw-r--r--media-libs/openexr/openexr-2.4.1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/media-libs/openexr/openexr-2.4.1.ebuild b/media-libs/openexr/openexr-2.4.1.ebuild
index c16fbcc..54fc885 100644
--- a/media-libs/openexr/openexr-2.4.1.ebuild
+++ b/media-libs/openexr/openexr-2.4.1.ebuild
@@ -20,6 +20,10 @@ RESTRICT="test" # Tests broken upstream doesn't really care about them, bug #656
DOCS=( CHANGES.md README.md )
+PATCHES=(
+ "${FILESDIR}/openexr-2.4-fix-pkg-config.patch"
+)
+
src_configure() {
cmake-utils_src_configure
}