sys-apps/ed: build w/ -std=gnu17 (for now)

It's already been reported upstream (thank you!) and the next release
should work. Added a TODO to drop the hack then.

Closes: https://bugs.gentoo.org/943764
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-12-09 05:09:52 +00:00
parent 81b1465083
commit 27ce29590f

View File

@@ -38,8 +38,9 @@ src_unpack() {
}
src_configure() {
# TOOD: -std=gnu99 can be dropped on next release > 1.20.2
edo ./configure \
CC="$(tc-getCC)" \
CC="$(tc-getCC) -std=gnu99" \
CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}" \
CPPFLAGS="${CPPFLAGS}" \