projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d230521
)
dev-libs/glib: Add explicit -std=gnu89 to CFLAGS
author
Ted Tanberry
<ted.tanberry@gmail.com>
Sat, 26 Dec 2015 19:41:49 +0000
(20:41 +0100)
committer
Ted 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
patch
|
blob
|
history
diff --git
a/dev-libs/glib/glib-1.2.10-r6.ebuild
b/dev-libs/glib/glib-1.2.10-r6.ebuild
index 7233d4f7c3eff14e61051b6f6513a31b7a98daca..d82e55da23850a43fca0be39961c08f3bfcab09f 100644
(file)
--- 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 \