commit:     55da25cb0e26075eb21d2422c96f0c3e1d0f6ea6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 06:34:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 06:34:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55da25cb

sys-process/acct: build w/ -std=gnu17

No upstream activity in a long time, still uses svn.

Closes: https://bugs.gentoo.org/944194
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/acct/acct-6.6.4-r4.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-process/acct/acct-6.6.4-r4.ebuild 
b/sys-process/acct/acct-6.6.4-r4.ebuild
index 5c8b1b3e01e3..df630f1eeb76 100644
--- a/sys-process/acct/acct-6.6.4-r4.ebuild
+++ b/sys-process/acct/acct-6.6.4-r4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools systemd tmpfiles
+inherit autotools flag-o-matic systemd tmpfiles
 
 DESCRIPTION="GNU system accounting utilities"
 HOMEPAGE="https://savannah.gnu.org/projects/acct/";
@@ -28,6 +28,9 @@ src_prepare() {
 }
 
 src_configure() {
+       # bug #944194
+       append-flags -std=gnu17
+
        econf --enable-linux-multiformat
 }
 

Reply via email to