Gentoo Archives: gentoo-commits

From: Keri Harris <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mercury/
Date: Sat, 14 May 2022 14:54:28
Message-Id: 1652540018.fdf90b4e32f83ff9db172053ee9c981931382d21.keri@gentoo
1 commit: fdf90b4e32f83ff9db172053ee9c981931382d21
2 Author: Keri Harris <keri <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 14 14:53:06 2022 +0000
4 Commit: Keri Harris <keri <AT> gentoo <DOT> org>
5 CommitDate: Sat May 14 14:53:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf90b4e
7
8 dev-lang/mercury: disable MCC halt-at-warn during bootstrap
9
10 Closes: https://bugs.gentoo.org/840152
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Keri Harris <keri <AT> gentoo.org>
13
14 dev-lang/mercury/mercury-20.06.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-lang/mercury/mercury-20.06.1.ebuild b/dev-lang/mercury/mercury-20.06.1.ebuild
18 index c8cd32155c46..ece3d848fee3 100644
19 --- a/dev-lang/mercury/mercury-20.06.1.ebuild
20 +++ b/dev-lang/mercury/mercury-20.06.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -63,7 +63,7 @@ src_configure() {
28
29 src_compile() {
30 # Prepare mmake flags
31 - echo "EXTRA_CFLAGS = ${CFLAGS}" >> Mmake.params
32 + echo "EXTRA_CFLAGS = ${CFLAGS} -Wno-error" >> Mmake.params
33 echo "EXTRA_LDFLAGS = ${LDFLAGS}" >> Mmake.params
34 echo "EXTRA_LD_LIBFLAGS = ${LDFLAGS}" >> Mmake.params
35 echo "EXTRA_MLFLAGS = --no-strip" >> Mmake.params