Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/
Date: Sat, 26 Dec 2015 22:46:06
Message-Id: 1451169415.3937376d5e13def9e8c35e4df7e3dc62b990a584.mgorny@gentoo
1 commit: 3937376d5e13def9e8c35e4df7e3dc62b990a584
2 Author: Ted Tanberry <ted.tanberry <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 26 19:41:49 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 22:36:55 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3937376d
7
8 dev-libs/glib: Add explicit -std=gnu89 to CFLAGS
9
10 Package-Manager: portage-2.2.26
11
12 dev-libs/glib/glib-1.2.10-r6.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-libs/glib/glib-1.2.10-r6.ebuild b/dev-libs/glib/glib-1.2.10-r6.ebuild
16 index 7233d4f..d82e55d 100644
17 --- a/dev-libs/glib/glib-1.2.10-r6.ebuild
18 +++ b/dev-libs/glib/glib-1.2.10-r6.ebuild
19 @@ -57,6 +57,7 @@ multilib_src_configure() {
20 # this package doesn't contain any significant binaries, build the
21 # whole thing with -fPIC (23 Apr 2004 agriffis)
22 append-flags -fPIC
23 + append-cflags -std=gnu89
24
25 ECONF_SOURCE="${S}" \
26 gnome2_src_configure \