dev-libs/glib: Add explicit -std=gnu89 to CFLAGS
authorTed Tanberry <ted.tanberry@gmail.com>
Sat, 26 Dec 2015 19:41:49 +0000 (20:41 +0100)
committerTed Tanberry <ted.tanberry@gmail.com>
Sat, 26 Dec 2015 22:36:55 +0000 (23:36 +0100)
Package-Manager: portage-2.2.26

dev-libs/glib/glib-1.2.10-r6.ebuild

index 7233d4f7c3eff14e61051b6f6513a31b7a98daca..d82e55da23850a43fca0be39961c08f3bfcab09f 100644 (file)
@@ -57,6 +57,7 @@ multilib_src_configure() {
        # this package doesn't contain any significant binaries, build the
        # whole thing with -fPIC (23 Apr 2004 agriffis)
        append-flags -fPIC
+       append-cflags -std=gnu89
 
        ECONF_SOURCE="${S}" \
        gnome2_src_configure \