From b3569350b0d00546d7cea152b9bd054e37085473 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Wed, 25 Jul 2018 02:18:25 +0300 Subject: [PATCH] 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 --- .../woff2/{woff2-1.0.2.ebuild => woff2-1.0.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename media-libs/woff2/{woff2-1.0.2.ebuild => woff2-1.0.2-r1.ebuild} (83%) diff --git a/media-libs/woff2/woff2-1.0.2.ebuild b/media-libs/woff2/woff2-1.0.2-r1.ebuild similarity index 83% rename from media-libs/woff2/woff2-1.0.2.ebuild rename to 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 } -- 2.26.2