From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/c-intercal/
Date: Wed, 13 May 2020 17:11:49 +0000 (UTC) [thread overview]
Message-ID: <1589389899.8246f9809943bf639e34c201273994be63680480.ulm@gentoo> (raw)
commit: 8246f9809943bf639e34c201273994be63680480
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 17:09:11 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed May 13 17:11:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8246f980
dev-lang/c-intercal: Work around test failure with gcc 10.
Bug: https://bugs.gentoo.org/722862
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-lang/c-intercal/c-intercal-31.0.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-lang/c-intercal/c-intercal-31.0.ebuild b/dev-lang/c-intercal/c-intercal-31.0.ebuild
index 5f04f53c129..bbcc4938fdb 100644
--- a/dev-lang/c-intercal/c-intercal-31.0.ebuild
+++ b/dev-lang/c-intercal/c-intercal-31.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools elisp-common
+inherit autotools elisp-common flag-o-matic
# C-INTERCAL uses minor-major ordering of version components and
# negative version numbers. We map version components -1, -2, ...
@@ -47,6 +47,11 @@ src_prepare() {
eautoreconf
}
+src_configure() {
+ append-flags -fno-toplevel-reorder #722862
+ econf
+}
+
src_compile() {
emake
next reply other threads:[~2020-05-13 17:11 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-13 17:11 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-28 9:33 [gentoo-commits] repo/gentoo:master commit in: dev-lang/c-intercal/ Ulrich Müller
2025-01-26 19:02 Ulrich Müller
2025-01-26 19:02 Ulrich Müller
2024-07-12 5:55 Eli Schwartz
2020-08-14 8:26 Ulrich Müller
2019-12-07 7:58 Ulrich Müller
2018-03-10 12:23 Pacho Ramos
2017-01-08 17:46 Ulrich Müller
2016-10-28 21:03 Ulrich Müller
2016-10-28 21:03 Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1589389899.8246f9809943bf639e34c201273994be63680480.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox