commit: e1b0c0971c9dd2d1bd30b49f38d84b01f656174f Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Wed Nov 5 19:09:21 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 5 20:42:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b0c097
media-gfx/iscan: fix gcc-15 Closes: https://bugs.gentoo.org/963199 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44498 Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/iscan/iscan-2.30.4.2-r4.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-gfx/iscan/iscan-2.30.4.2-r4.ebuild b/media-gfx/iscan/iscan-2.30.4.2-r4.ebuild index eebeeda4a13b..2c9c4c9c58e5 100644 --- a/media-gfx/iscan/iscan-2.30.4.2-r4.ebuild +++ b/media-gfx/iscan/iscan-2.30.4.2-r4.ebuild @@ -92,6 +92,9 @@ src_configure() { append-cppflags -D_GNU_SOURCE # needed for 'strndup' replace-flags "-O[0-9s]" "-O1" # fix selector box bug 388073 + # bug #963199 + append-cflags -std=gnu89 + local myeconfargs=( --enable-dependency-reduction --disable-static
