summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-01-14 17:43:09 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2016-01-15 14:33:30 -0500
commit3274f359229667e7774af70e956cac3a81b58920 (patch)
treee67d1bef95a45ef6213ba003296b123eb9c29ee3 /games-sports/gracer/gracer-0.1.5.ebuild
parentdev-lang/cilk: add -std=gnu89 to CFLAGS to restore pre-GCC5 semantics (diff)
downloadgentoo-3274f359229667e7774af70e956cac3a81b58920.tar.gz
gentoo-3274f359229667e7774af70e956cac3a81b58920.tar.bz2
gentoo-3274f359229667e7774af70e956cac3a81b58920.zip
games-sports/gracer: fix building against latest giflib (bug #571936)
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-sports/gracer/gracer-0.1.5.ebuild')
-rw-r--r--games-sports/gracer/gracer-0.1.5.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games-sports/gracer/gracer-0.1.5.ebuild b/games-sports/gracer/gracer-0.1.5.ebuild
index 46a3f6718829..4fa9e7a42205 100644
--- a/games-sports/gracer/gracer-0.1.5.ebuild
+++ b/games-sports/gracer/gracer-0.1.5.ebuild
@@ -34,7 +34,9 @@ src_prepare() {
"${FILESDIR}/${P}"-gcc41.patch \
"${FILESDIR}"/${P}-as-needed.patch \
"${FILESDIR}"/${P}-libpng14.patch \
- "${FILESDIR}"/${P}-png15.patch
+ "${FILESDIR}"/${P}-png15.patch \
+ "${FILESDIR}"/${P}-giflib.patch \
+ "${FILESDIR}"/${P}-warnings.patch
}
src_configure() {