commit:     fe38bc92d691141210537b93a8e354b6f6ea7c36
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 03:56:11 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 03:56:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe38bc92

dev-util/gperf: build w/ -std=gnu17

We're waiting on a new release (still).

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

 dev-util/gperf/gperf-3.1-r2.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-util/gperf/gperf-3.1-r2.ebuild 
b/dev-util/gperf/gperf-3.1-r2.ebuild
index 860133502e0f..e6df8e775836 100644
--- a/dev-util/gperf/gperf-3.1-r2.ebuild
+++ b/dev-util/gperf/gperf-3.1-r2.ebuild
@@ -28,6 +28,9 @@ src_prepare() {
 }
 
 src_configure() {
+       # bug #944112
+       append-cflags -std=gnu17
+
        # Aliasing violation (bug #858377)
        append-flags -fno-strict-aliasing
        filter-lto

Reply via email to