summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-03 22:07:11 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-03 22:30:52 +0100
commit8e2af69c3abc94578627dc3867546a18c76f9f36 (patch)
tree31a5a9e30dc664bada3d8d533382fed7adf569db
parentmedia-libs/openjpeg: Fix USE static-libs (diff)
downloadgentoo-8e2af69c3abc94578627dc3867546a18c76f9f36.tar.gz
gentoo-8e2af69c3abc94578627dc3867546a18c76f9f36.tar.bz2
gentoo-8e2af69c3abc94578627dc3867546a18c76f9f36.zip
media-libs/openjpeg: Always install pkgconfig
Bug: https://bugs.gentoo.org/539834 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--media-libs/openjpeg/openjpeg-2.3.0-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/openjpeg/openjpeg-2.3.0-r1.ebuild b/media-libs/openjpeg/openjpeg-2.3.0-r1.ebuild
index d0f7f1e15ff4..4dd04ca70f2c 100644
--- a/media-libs/openjpeg/openjpeg-2.3.0-r1.ebuild
+++ b/media-libs/openjpeg/openjpeg-2.3.0-r1.ebuild
@@ -50,6 +50,7 @@ src_prepare() {
multilib_src_configure() {
local mycmakeargs=(
+ -DBUILD_PKGCONFIG_FILES=ON # always build pkgconfig files, bug #539834
-DOPENJPEG_INSTALL_LIB_DIR="$(get_libdir)"
-DBUILD_TESTING="$(multilib_native_usex test)"
-DBUILD_DOC=$(multilib_native_usex doc ON OFF)