commit:     e65acccca80bfd92cc87eed76e405d06cc8428c8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 13 00:17:49 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 13 00:18:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65acccc

dev-lisp/gcl: set CPPFLAGS too for gnu17 workaround

Upstream have done the same in git.

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

 dev-lisp/gcl/gcl-2.6.15_pre3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild 
b/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild
index fd8894745fd8..4e421544b705 100644
--- a/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild
+++ b/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild
@@ -38,6 +38,7 @@ src_configure() {
        filter-lto # bug #931082
        strip-flags
        append-cflags -std=gnu17 # bug #947758
+       append-cppflags -std=gnu17 # ditto
        filter-flags -fstack-protector -fstack-protector-all
 
        local tcl=""

Reply via email to