dev-scheme/guile: build 3.0.10-r102 w/ -std=gnu17

The fix from bug #944029 seems insufficient and master has changed
a fair bit so I've not gone through commits to see if it's fixed there
yet.

Bug: https://bugs.gentoo.org/943712
Closes: https://bugs.gentoo.org/944029
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-12-09 05:17:31 +00:00
parent de9679405c
commit 4be86f0473

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit autotools
inherit autotools flag-o-matic
DESCRIPTION="GNU Ubiquitous Intelligent Language for Extensions"
HOMEPAGE="https://www.gnu.org/software/guile/"
@@ -64,6 +64,9 @@ src_configure() {
# See bug #676468 (may be able to drop this if we adapt fix-32bit-BE.patch)?
mv prebuilt/32-bit-big-endian{,.broken} || die
# bug #944029
append-cflags -std=gnu17
local -a myconf=(
--program-suffix="-${SLOT}"
--infodir="${GUILE_INFODIR}"