commit:     c25462475e15f43bf082d698a580c3e44153b460
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 19 10:41:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 19 10:41:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2546247

media-gfx/frogr: stop using -Werror

Closes: https://bugs.gentoo.org/714132
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/frogr/frogr-1.5.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-gfx/frogr/frogr-1.5.ebuild b/media-gfx/frogr/frogr-1.5.ebuild
index 2cb753483f1..c10fdc5a79c 100644
--- a/media-gfx/frogr/frogr-1.5.ebuild
+++ b/media-gfx/frogr/frogr-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -30,7 +30,10 @@ DEPEND="${RDEPEND}
 # TODO add a useflag for enable-video or header-bar???
 
 src_configure() {
-       local emesonargs=()
+       local emesonargs=(
+               # bug #714132
+               -Dwerror=false
+       )
        meson_src_configure
 }
 

Reply via email to