diff options
author | Keri Harris <keri@gentoo.org> | 2022-05-14 16:53:06 +0200 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2022-05-14 16:53:38 +0200 |
commit | fdf90b4e32f83ff9db172053ee9c981931382d21 (patch) | |
tree | 0d3fd3966d8eaf86a51ef0a2b0e77c7837b14920 /dev-lang | |
parent | sys-apps/systemd: add 251_rc3 (diff) | |
download | gentoo-fdf90b4e32f83ff9db172053ee9c981931382d21.tar.gz gentoo-fdf90b4e32f83ff9db172053ee9c981931382d21.tar.bz2 gentoo-fdf90b4e32f83ff9db172053ee9c981931382d21.zip |
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@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mercury/mercury-20.06.1.ebuild | 4 |
1 files 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 |