Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/c-intercal/
Date: Wed, 13 May 2020 17:11:52
Message-Id: 1589389899.8246f9809943bf639e34c201273994be63680480.ulm@gentoo
1 commit: 8246f9809943bf639e34c201273994be63680480
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 13 17:09:11 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 13 17:11:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8246f980
7
8 dev-lang/c-intercal: Work around test failure with gcc 10.
9
10 Bug: https://bugs.gentoo.org/722862
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 dev-lang/c-intercal/c-intercal-31.0.ebuild | 7 ++++++-
15 1 file changed, 6 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-lang/c-intercal/c-intercal-31.0.ebuild b/dev-lang/c-intercal/c-intercal-31.0.ebuild
18 index 5f04f53c129..bbcc4938fdb 100644
19 --- a/dev-lang/c-intercal/c-intercal-31.0.ebuild
20 +++ b/dev-lang/c-intercal/c-intercal-31.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -inherit autotools elisp-common
26 +inherit autotools elisp-common flag-o-matic
27
28 # C-INTERCAL uses minor-major ordering of version components and
29 # negative version numbers. We map version components -1, -2, ...
30 @@ -47,6 +47,11 @@ src_prepare() {
31 eautoreconf
32 }
33
34 +src_configure() {
35 + append-flags -fno-toplevel-reorder #722862
36 + econf
37 +}
38 +
39 src_compile() {
40 emake