diff options
Diffstat (limited to 'x11-libs/gtk+/gtk+-2.24.33-r3.ebuild')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.24.33-r3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-libs/gtk+/gtk+-2.24.33-r3.ebuild b/x11-libs/gtk+/gtk+-2.24.33-r3.ebuild index d6e8c26b77a2..a2a634581869 100644 --- a/x11-libs/gtk+/gtk+-2.24.33-r3.ebuild +++ b/x11-libs/gtk+/gtk+-2.24.33-r3.ebuild @@ -134,6 +134,8 @@ src_prepare() { # -O3 and company cause random crashes in applications, bug #133469 replace-flags -O3 -O2 strip-flags + # Not compatible with C23 decls + append-flags -std=gnu17 if ! use test ; then # don't waste time building tests |