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
This commit is contained in:
Mart Raudsepp
2018-07-25 02:18:25 +03:00
parent 2cd73c7da9
commit b3569350b0

View 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
}