commit: 366f6d8f6a3cd8d62e7e846433d69121f2e25893 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Aug 26 09:14:20 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Aug 26 09:50:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366f6d8f
media-sound/grip: --disable-werror Closes: https://bugs.gentoo.org/664516 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-sound/grip/grip-3.9.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/grip/grip-3.9.0.ebuild b/media-sound/grip/grip-3.9.0.ebuild index 91d183a4171..ac018365c75 100644 --- a/media-sound/grip/grip-3.9.0.ebuild +++ b/media-sound/grip/grip-3.9.0.ebuild @@ -48,5 +48,6 @@ src_configure() { strip-linguas be bg ca de en en_CA en_GB en_US es fi fr hu it ja nb nl pl_PL pt_BR ru sr vi zh_CN zh_HK zh_TW - econf + econf \ + --disable-werror }
