diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-09-14 08:11:24 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-09-14 08:11:24 +0000 |
commit | 3aef0dda9ad83ca36d4f6fb7b3ba1caa5aed9e89 (patch) | |
tree | 053b978d8a0e721f8621c6115c37f6b33e96de89 /games-arcade/xbubble/xbubble-0.5.8.ebuild | |
parent | Add PyPI to adns-python homepage. (diff) | |
download | gentoo-2-3aef0dda9ad83ca36d4f6fb7b3ba1caa5aed9e89.tar.gz gentoo-2-3aef0dda9ad83ca36d4f6fb7b3ba1caa5aed9e89.tar.bz2 gentoo-2-3aef0dda9ad83ca36d4f6fb7b3ba1caa5aed9e89.zip |
Build with media-libs/libpng-1.5 Bug #380633
(Portage version: 2.1.10.15/cvs/Linux i686)
Diffstat (limited to 'games-arcade/xbubble/xbubble-0.5.8.ebuild')
-rw-r--r-- | games-arcade/xbubble/xbubble-0.5.8.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-arcade/xbubble/xbubble-0.5.8.ebuild b/games-arcade/xbubble/xbubble-0.5.8.ebuild index ae5794957ae3..fa63fcdcea9c 100644 --- a/games-arcade/xbubble/xbubble-0.5.8.ebuild +++ b/games-arcade/xbubble/xbubble-0.5.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbubble/xbubble-0.5.8.ebuild,v 1.15 2010/03/09 21:22:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbubble/xbubble-0.5.8.ebuild,v 1.16 2011/09/14 08:11:24 tupone Exp $ EAPI=2 inherit eutils games @@ -25,7 +25,8 @@ src_prepare() { epatch \ "${FILESDIR}"/${P}-xpaths.patch \ "${FILESDIR}"/${P}-locale.patch \ - "${FILESDIR}"/${P}-libpng14.patch + "${FILESDIR}"/${P}-libpng14.patch \ + "${FILESDIR}"/${P}-png15.patch sed -i \ -e '/^AM_CFLAGS/d' \ src/Makefile.in || die "sed cflags" |