commit: 3937376d5e13def9e8c35e4df7e3dc62b990a584
Author: Ted Tanberry <ted.tanberry <AT> gmail <DOT> com>
AuthorDate: Sat Dec 26 19:41:49 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 22:36:55 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3937376d
dev-libs/glib: Add explicit -std=gnu89 to CFLAGS
Package-Manager: portage-2.2.26
dev-libs/glib/glib-1.2.10-r6.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-libs/glib/glib-1.2.10-r6.ebuild
b/dev-libs/glib/glib-1.2.10-r6.ebuild
index 7233d4f..d82e55d 100644
--- a/dev-libs/glib/glib-1.2.10-r6.ebuild
+++ b/dev-libs/glib/glib-1.2.10-r6.ebuild
@@ -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 \