summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-07-25 02:18:25 +0300
committerMart Raudsepp <leio@gentoo.org>2018-07-25 02:18:54 +0300
commitb3569350b0d00546d7cea152b9bd054e37085473 (patch)
treedc5010af54714043c811f2493611b8abf4037c91 /media-libs
parentgames-emulation/advancemenu: remove last rited package (diff)
downloadgentoo-b3569350b0d00546d7cea152b9bd054e37085473.tar.gz
gentoo-b3569350b0d00546d7cea152b9bd054e37085473.tar.bz2
gentoo-b3569350b0d00546d7cea152b9bd054e37085473.zip
media-libs/woff2: use standard canonical prefixes compiler setup
Avoid passing -no-canonical-prefixes argument to the compiler, as it is not the standard thing to do and it can break build for some Gentoo setups. Closes: https://bugs.gentoo.org/661942 Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/woff2/woff2-1.0.2-r1.ebuild (renamed from media-libs/woff2/woff2-1.0.2.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/woff2/woff2-1.0.2.ebuild b/media-libs/woff2/woff2-1.0.2-r1.ebuild
index 725345adebd6..4f012ef03905 100644
--- a/media-libs/woff2/woff2-1.0.2.ebuild
+++ b/media-libs/woff2/woff2-1.0.2-r1.ebuild
@@ -21,8 +21,8 @@ DEPEND="${RDEPEND}
src_configure() {
local mycmakeargs=(
- # needed, causes QA warnings otherwise
- -DCMAKE_SKIP_RPATH=ON
+ -DCMAKE_SKIP_RPATH=ON # needed, causes QA warnings otherwise
+ -DCANONICAL_PREFIXES=ON #661942
)
cmake-utils_src_configure
}