media-libs/woff2: use standard canonical prefixes compiler setup
authorMart Raudsepp <leio@gentoo.org>
Tue, 24 Jul 2018 23:18:25 +0000 (02:18 +0300)
committerMart Raudsepp <leio@gentoo.org>
Tue, 24 Jul 2018 23:18:54 +0000 (02:18 +0300)
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-r1.ebuild [moved from media-libs/woff2/woff2-1.0.2.ebuild with 83% similarity]

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 725345adebd6b36f9dc4a4965381fe8071964920..4f012ef0390580a16197b80842d058cadbd68a2c 100644 (file)
@@ -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
 }