mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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 <sam@gentoo.org>
This commit is contained in:
@@ -126,6 +126,9 @@ src_configure() {
|
||||
# Unsupported upstream, bug #884841
|
||||
filter-lto
|
||||
|
||||
# bug #943857
|
||||
append-cflags -std=gnu17
|
||||
|
||||
# bug #899952
|
||||
append-lfs-flags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user