media-libs/fcft: Disable -Werror

Closes: https://bugs.gentoo.org/783684
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox
2021-04-19 03:44:37 +00:00
parent 54fe802c44
commit 674e8abbf3
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ BDEPEND="app-text/scdoc"
src_configure() {
local emesonargs=(
$(meson_feature text-shaping)
"-Dwerror=false"
)
meson_src_configure
}

View File

@@ -33,6 +33,7 @@ BDEPEND="app-text/scdoc"
src_configure() {
local emesonargs=(
$(meson_feature text-shaping)
"-Dwerror=false"
)
meson_src_configure
}