gui-apps/foot: Disable -Werror

Closes: https://bugs.gentoo.org/783687
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:47:37 +00:00
parent 674e8abbf3
commit 4662114a48
3 changed files with 3 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ src_configure() {
local emesonargs=(
$(meson_use ime)
"-Dterminfo=disabled"
"-Dwerror=false"
)
meson_src_configure
}

View File

@@ -43,6 +43,7 @@ src_configure() {
local emesonargs=(
$(meson_use ime)
"-Dterminfo=disabled"
"-Dwerror=false"
)
meson_src_configure
}

View File

@@ -43,6 +43,7 @@ src_configure() {
local emesonargs=(
$(meson_use ime)
"-Dterminfo=disabled"
"-Dwerror=false"
)
meson_src_configure
}