diff options
Diffstat (limited to 'games-strategy/glest/glest-3.2.2.ebuild')
-rw-r--r-- | games-strategy/glest/glest-3.2.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-strategy/glest/glest-3.2.2.ebuild b/games-strategy/glest/glest-3.2.2.ebuild index 75f09cfd17a6..1717f4bc8062 100644 --- a/games-strategy/glest/glest-3.2.2.ebuild +++ b/games-strategy/glest/glest-3.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.8 2010/03/22 18:58:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.9 2010/08/15 21:03:02 ssuominen Exp $ EAPI=2 inherit eutils wxwidgets games @@ -36,7 +36,8 @@ src_prepare() { epatch \ "${FILESDIR}"/${P}-gentoo.patch \ "${FILESDIR}"/${P}-xerces-c.patch \ - "${FILESDIR}"/${P}-glibc210.patch + "${FILESDIR}"/${P}-glibc210.patch \ + "${FILESDIR}"/${P}-glibc212.patch sed -i \ -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \ |