diff options
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() { |