diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-05-06 23:07:21 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-05-06 23:07:21 +0000 |
commit | 3cd070c797b6cf6d03dd0e97bab0fe44c114bab0 (patch) | |
tree | 3cdefc8a571849c837fea08b4aea67b2261e471f /games-fps/rott/rott-1.0.ebuild | |
parent | Fix for gcc-4.1 (diff) | |
download | historical-3cd070c797b6cf6d03dd0e97bab0fe44c114bab0.tar.gz historical-3cd070c797b6cf6d03dd0e97bab0fe44c114bab0.tar.bz2 historical-3cd070c797b6cf6d03dd0e97bab0fe44c114bab0.zip |
Fix for gcc-4.1
Package-Manager: portage-2.1_pre10-r3
Diffstat (limited to 'games-fps/rott/rott-1.0.ebuild')
-rw-r--r-- | games-fps/rott/rott-1.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games-fps/rott/rott-1.0.ebuild b/games-fps/rott/rott-1.0.ebuild index 2a5ee9b44053..4b140e9c61c2 100644 --- a/games-fps/rott/rott-1.0.ebuild +++ b/games-fps/rott/rott-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.0.ebuild,v 1.7 2005/09/16 01:19:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.0.ebuild,v 1.8 2006/05/06 23:07:21 tupone Exp $ inherit eutils games @@ -23,7 +23,9 @@ S=${WORKDIR}/${P}/rott src_unpack() { unpack ${A} - epatch "${FILESDIR}"/${PV}-custom-datapath.patch + cd "${S}" + epatch "${FILESDIR}"/${PV}-custom-datapath.patch \ + "${FILESDIR}/${P}"-gcc41.patch } src_compile() { |