From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cflow/
Date: Thu, 24 Apr 2025 23:44:48 +0000 (UTC) [thread overview]
Message-ID: <1745538046.5dffa4c26bc54263aa1447c78dbabfc35347a2ed.sam@gentoo> (raw)
commit: 5dffa4c26bc54263aa1447c78dbabfc35347a2ed
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 23:40:46 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 23:40:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dffa4c2
dev-util/cflow: build w/ -std=gnu17
Closes: https://bugs.gentoo.org/944004
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/cflow/cflow-1.7.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-util/cflow/cflow-1.7.ebuild b/dev-util/cflow/cflow-1.7.ebuild
index b09c50df820b..b4eb8543e6ca 100644
--- a/dev-util/cflow/cflow-1.7.ebuild
+++ b/dev-util/cflow/cflow-1.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit elisp-common
+inherit elisp-common flag-o-matic
DESCRIPTION="C function call hierarchy analyzer"
HOMEPAGE="https://www.gnu.org/software/cflow/"
@@ -24,6 +24,9 @@ BDEPEND="emacs? ( >=app-editors/emacs-23.1:* )
SITEFILE="50${PN}-gentoo.el"
src_configure() {
+ # bug #944004
+ append-flags -std=gnu17
+
econf \
$(use_enable nls) \
$(use_enable debug) \
next reply other threads:[~2025-04-24 23:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-24 23:44 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-18 2:47 [gentoo-commits] repo/gentoo:master commit in: dev-util/cflow/ Sam James
2022-04-09 2:35 Sam James
2021-12-31 10:49 Sam James
2021-12-30 17:52 John Helmert III
2019-03-02 9:26 Tiziano Müller
2019-03-02 9:26 Tiziano 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=1745538046.5dffa4c26bc54263aa1447c78dbabfc35347a2ed.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