commit:     8e8a344af0f203e6acbf9c04d0505a3a345f03fa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 11 17:09:41 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 17:10:02 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8a344a

media-sound/bristol: build w/ -std=gnu17

The package already has a bunch of build workarounds. Heap on another.

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

 media-sound/bristol/bristol-0.60.11-r4.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-sound/bristol/bristol-0.60.11-r4.ebuild 
b/media-sound/bristol/bristol-0.60.11-r4.ebuild
index f7133973d09b..92569bbb8a46 100644
--- a/media-sound/bristol/bristol-0.60.11-r4.ebuild
+++ b/media-sound/bristol/bristol-0.60.11-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -51,6 +51,8 @@ src_configure() {
 
        tc-export PKG_CONFIG
 
+       # bug #945199
+       append-cflags -std=gnu17
        append-cflags -fcommon
        econf \
                --disable-static \

Reply via email to