From de829b7a5819e93bb69eb0894e519b3bfebfd676 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 26 Nov 2024 06:48:15 +0000 Subject: [PATCH] app-text/ghostscript-gpl: build w/ -std=gnu17 Indeed, this and a few others really do need to be reported upstream, but I'd like to unblock tinderbox testing given these and the other packages I've touched today or so have so many reverse dependencies and it blocks further builds. Closes: https://bugs.gentoo.org/943857 Signed-off-by: Sam James --- app-text/ghostscript-gpl/ghostscript-gpl-10.04.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-10.04.0.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-10.04.0.ebuild index cc4358ac91f32..054a3505cd912 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-10.04.0.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-10.04.0.ebuild @@ -126,6 +126,9 @@ src_configure() { # Unsupported upstream, bug #884841 filter-lto + # bug #943857 + append-cflags -std=gnu17 + # bug #899952 append-lfs-flags