commit:     fdf90b4e32f83ff9db172053ee9c981931382d21
Author:     Keri Harris <keri <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 14:53:06 2022 +0000
Commit:     Keri Harris <keri <AT> gentoo <DOT> org>
CommitDate: Sat May 14 14:53:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf90b4e

dev-lang/mercury: disable MCC halt-at-warn during bootstrap

Closes: https://bugs.gentoo.org/840152
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Keri Harris <keri <AT> gentoo.org>

 dev-lang/mercury/mercury-20.06.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/mercury/mercury-20.06.1.ebuild 
b/dev-lang/mercury/mercury-20.06.1.ebuild
index c8cd32155c46..ece3d848fee3 100644
--- a/dev-lang/mercury/mercury-20.06.1.ebuild
+++ b/dev-lang/mercury/mercury-20.06.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -63,7 +63,7 @@ src_configure() {
 
 src_compile() {
        # Prepare mmake flags
-       echo "EXTRA_CFLAGS = ${CFLAGS}"  >> Mmake.params
+       echo "EXTRA_CFLAGS = ${CFLAGS} -Wno-error"  >> Mmake.params
        echo "EXTRA_LDFLAGS = ${LDFLAGS}" >> Mmake.params
        echo "EXTRA_LD_LIBFLAGS = ${LDFLAGS}" >> Mmake.params
        echo "EXTRA_MLFLAGS = --no-strip" >> Mmake.params

Reply via email to