From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/byaccj/
Date: Sun, 1 Dec 2024 14:56:26 +0000 (UTC) [thread overview]
Message-ID: <1733064947.74bead07daccb608dacc9def810ad9924a9260b0.sam@gentoo> (raw)
commit: 74bead07daccb608dacc9def810ad9924a9260b0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 14:39:35 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 14:55:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74bead07
dev-java/byaccj: build w/ -std=gnu17
Closes: https://bugs.gentoo.org/880329
Closes: https://bugs.gentoo.org/944104
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-java/byaccj/byaccj-1.15-r3.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-java/byaccj/byaccj-1.15-r3.ebuild b/dev-java/byaccj/byaccj-1.15-r3.ebuild
index e1f996fcb550..a2d15fc92a46 100644
--- a/dev-java/byaccj/byaccj-1.15-r3.ebuild
+++ b/dev-java/byaccj/byaccj-1.15-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="A Java extension of BSD YACC-compatible parser generator"
HOMEPAGE="https://byaccj.sourceforge.net/"
@@ -22,6 +22,9 @@ PATCHES=(
src_compile() {
cp "${FILESDIR}/Makefile" src/Makefile || die
+
+ # bug #880329, bug #944104
+ append-cflags -std=gnu17
emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}" -C src linux
}
next reply other threads:[~2024-12-01 14:56 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-01 14:56 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-02 5:46 [gentoo-commits] repo/gentoo:master commit in: dev-java/byaccj/ Sam James
2022-07-01 10:03 Sam James
2022-07-01 7:16 Arthur Zamarin
2022-07-01 5:50 Arthur Zamarin
2022-06-30 19:36 Sam James
2022-06-30 19:36 Sam James
2020-08-21 7:51 Miroslav Šulc
2020-07-22 7:30 Sergei Trofimovich
2020-07-20 23:51 Sam James
2020-07-20 21:38 Sam James
2020-07-20 16:48 Sam James
2020-06-21 8:11 Patrice Clement
2019-05-18 1:14 Aaron Bauman
2018-03-01 8:39 Michał Górny
2017-07-13 7:48 Alexis Ballier
2015-11-02 23:56 James Le Cuirot
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=1733064947.74bead07daccb608dacc9def810ad9924a9260b0.sam@gentoo \
--to=sam@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