summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-08-15 21:03:02 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-08-15 21:03:02 +0000
commitc3f875a27be1a04c2afdb6827409f290ed8128ed (patch)
treeb453c5e022475f5301c77361de1c5eb6ea3eb0ce /games-strategy/glest/glest-3.2.2.ebuild
parentMissing explicit sys/stat.h include for recent glibc wrt #332295 by Diego E. ... (diff)
downloadgentoo-2-c3f875a27be1a04c2afdb6827409f290ed8128ed.tar.gz
gentoo-2-c3f875a27be1a04c2afdb6827409f290ed8128ed.tar.bz2
gentoo-2-c3f875a27be1a04c2afdb6827409f290ed8128ed.zip
Missing explicit sys/stat.h include for recent glibc wrt #331667 by Diego E. Pettenò.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/glest/glest-3.2.2.ebuild')
-rw-r--r--games-strategy/glest/glest-3.2.2.ebuild5
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}:" \