diff options
author | 2007-08-24 18:18:48 +0000 | |
---|---|---|
committer | 2007-08-24 18:18:48 +0000 | |
commit | 1e5ada2827072d6c986baecb05783e71674c7e9e (patch) | |
tree | 2727cf865f574a0b5275f54432e5b171f4c61371 /games-sports/ultimatestunts/ultimatestunts-0.7.2.ebuild | |
parent | alpha/ia64 stable wrt #189359 (diff) | |
download | gentoo-2-1e5ada2827072d6c986baecb05783e71674c7e9e.tar.gz gentoo-2-1e5ada2827072d6c986baecb05783e71674c7e9e.tar.bz2 gentoo-2-1e5ada2827072d6c986baecb05783e71674c7e9e.zip |
Added a patch to fix compilation on amd64. Thanks to Bernd Steinhauser <bernd.steinhauser@gmx.net> for pointing it out. Closing bug #188234.
(Portage version: 2.1.3.6)
Diffstat (limited to 'games-sports/ultimatestunts/ultimatestunts-0.7.2.ebuild')
-rw-r--r-- | games-sports/ultimatestunts/ultimatestunts-0.7.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-sports/ultimatestunts/ultimatestunts-0.7.2.ebuild b/games-sports/ultimatestunts/ultimatestunts-0.7.2.ebuild index 9cca5db0c63c..e138d2d9ff80 100644 --- a/games-sports/ultimatestunts/ultimatestunts-0.7.2.ebuild +++ b/games-sports/ultimatestunts/ultimatestunts-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.2.ebuild,v 1.1 2007/08/09 07:33:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.2.ebuild,v 1.2 2007/08/24 18:18:48 wolf31o2 Exp $ inherit autotools eutils versionator games @@ -41,6 +41,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-paths.patch + epatch "${FILESDIR}"/${P}-amd64.patch autopoint -f || die "autopoint failed" sed -i 's:$(datadir)/locale:@top_srcdir@/data/lang:' po/Makefile.in.in \ || die "sed failed" |