summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Tanberry <ted.tanberry@gmail.com>2015-12-26 20:37:09 +0100
committerTed Tanberry <ted.tanberry@gmail.com>2015-12-26 23:37:20 +0100
commit84a510e2a4319ea10d1623beacda6e459ee24176 (patch)
tree7fb359f704ea6ff7f142b4648cf570c6efbae609 /x11-libs
parentnet-wireless/spectools: Add explicit -std=gnu89 to CFLAGS (diff)
downloadgentoo-84a510e2a4319ea10d1623beacda6e459ee24176.tar.gz
gentoo-84a510e2a4319ea10d1623beacda6e459ee24176.tar.bz2
gentoo-84a510e2a4319ea10d1623beacda6e459ee24176.zip
x11-libs/gtk+: Add explicit -std=gnu89 to CFLAGS
Package-Manager: portage-2.2.26
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/gtk+/gtk+-1.2.10-r13.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/gtk+/gtk+-1.2.10-r13.ebuild b/x11-libs/gtk+/gtk+-1.2.10-r13.ebuild
index e4ad4b9517e1..e28810036231 100644
--- a/x11-libs/gtk+/gtk+-1.2.10-r13.ebuild
+++ b/x11-libs/gtk+/gtk+-1.2.10-r13.ebuild
@@ -7,7 +7,7 @@ EAPI=5
GNOME_TARBALL_SUFFIX="gz"
GNOME2_LA_PUNT="yes"
-inherit autotools eutils gnome2 toolchain-funcs multilib-minimal
+inherit autotools eutils flag-o-matic gnome2 toolchain-funcs multilib-minimal
DESCRIPTION="The GIMP Toolkit"
HOMEPAGE="http://www.gtk.org/"
@@ -36,6 +36,7 @@ DEPEND="${RDEPEND}
MULTILIB_CHOST_TOOLS=(/usr/bin/gtk-config)
src_prepare() {
+ append-cflags -std=gnu89
epatch "${FILESDIR}"/${P}-m4.patch
epatch "${FILESDIR}"/${P}-automake.patch
epatch "${FILESDIR}"/${P}-cleanup.patch