aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Fox <flewkey@2a03.party>2021-04-19 03:47:37 +0000
committerRyan Fox <flewkey@2a03.party>2021-04-19 03:47:37 +0000
commit4662114a480eb588486bb7ac04d211c85889d3da (patch)
tree1837384db30a4e303458f06a991dcb493ea32066
parentmedia-libs/fcft: Disable -Werror (diff)
downloadguru-4662114a.tar.gz
guru-4662114a.tar.bz2
guru-4662114a.zip
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>
-rw-r--r--gui-apps/foot/foot-1.7.1.ebuild1
-rw-r--r--gui-apps/foot/foot-1.7.2.ebuild1
-rw-r--r--gui-apps/foot/foot-9999.ebuild1
3 files changed, 3 insertions, 0 deletions
diff --git a/gui-apps/foot/foot-1.7.1.ebuild b/gui-apps/foot/foot-1.7.1.ebuild
index 737ae37f15..765eecea4e 100644
--- a/gui-apps/foot/foot-1.7.1.ebuild
+++ b/gui-apps/foot/foot-1.7.1.ebuild
@@ -43,6 +43,7 @@ src_configure() {
local emesonargs=(
$(meson_use ime)
"-Dterminfo=disabled"
+ "-Dwerror=false"
)
meson_src_configure
}
diff --git a/gui-apps/foot/foot-1.7.2.ebuild b/gui-apps/foot/foot-1.7.2.ebuild
index 737ae37f15..765eecea4e 100644
--- a/gui-apps/foot/foot-1.7.2.ebuild
+++ b/gui-apps/foot/foot-1.7.2.ebuild
@@ -43,6 +43,7 @@ src_configure() {
local emesonargs=(
$(meson_use ime)
"-Dterminfo=disabled"
+ "-Dwerror=false"
)
meson_src_configure
}
diff --git a/gui-apps/foot/foot-9999.ebuild b/gui-apps/foot/foot-9999.ebuild
index 737ae37f15..765eecea4e 100644
--- a/gui-apps/foot/foot-9999.ebuild
+++ b/gui-apps/foot/foot-9999.ebuild
@@ -43,6 +43,7 @@ src_configure() {
local emesonargs=(
$(meson_use ime)
"-Dterminfo=disabled"
+ "-Dwerror=false"
)
meson_src_configure
}