commit:     b3569350b0d00546d7cea152b9bd054e37085473
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 23:18:25 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Jul 24 23:18:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3569350

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

 media-libs/woff2/{woff2-1.0.2.ebuild => woff2-1.0.2-r1.ebuild} | 4 ++--
 1 file 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
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 725345adebd..4f012ef0390 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
 }

Reply via email to