commit:     ce5b9dc51488409bedf866ecd6329050180201bb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 24 06:07:25 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 24 06:07:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5b9dc5

media-gfx/sane-backends: build w/ -std=gnu17

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

 media-gfx/sane-backends/sane-backends-1.3.1-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-gfx/sane-backends/sane-backends-1.3.1-r1.ebuild 
b/media-gfx/sane-backends/sane-backends-1.3.1-r1.ebuild
index 3ae022e23d53..0b2965dee1a0 100644
--- a/media-gfx/sane-backends/sane-backends-1.3.1-r1.ebuild
+++ b/media-gfx/sane-backends/sane-backends-1.3.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -202,6 +202,9 @@ src_prepare() {
 src_configure() {
        # From Fedora
        append-flags -fno-strict-aliasing
+       # bug #944286
+       append-cflags -std=gnu17
+
        multilib-minimal_src_configure
 }
 

Reply via email to