diff options
author | 2006-05-27 11:17:52 +0000 | |
---|---|---|
committer | 2006-05-27 11:17:52 +0000 | |
commit | 5438cab07725e389c7a2273b0f0eec8917deba6f (patch) | |
tree | fed6d226799f62c6fd5c5ccaaf359b31d6c6fd03 /games-strategy/freecraft/freecraft-1.18-r3.ebuild | |
parent | 2.1_rc3 release candidate (diff) | |
download | gentoo-2-5438cab07725e389c7a2273b0f0eec8917deba6f.tar.gz gentoo-2-5438cab07725e389c7a2273b0f0eec8917deba6f.tar.bz2 gentoo-2-5438cab07725e389c7a2273b0f0eec8917deba6f.zip |
Fix for gcc-4.1
(Portage version: 2.1_rc2-r3)
Diffstat (limited to 'games-strategy/freecraft/freecraft-1.18-r3.ebuild')
-rw-r--r-- | games-strategy/freecraft/freecraft-1.18-r3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-strategy/freecraft/freecraft-1.18-r3.ebuild b/games-strategy/freecraft/freecraft-1.18-r3.ebuild index c4cc84141382..c3f603892e6c 100644 --- a/games-strategy/freecraft/freecraft-1.18-r3.ebuild +++ b/games-strategy/freecraft/freecraft-1.18-r3.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-strategy/freecraft/freecraft-1.18-r3.ebuild,v 1.10 2006/05/03 07:28:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecraft/freecraft-1.18-r3.ebuild,v 1.11 2006/05/27 11:17:52 tupone Exp $ inherit eutils games @@ -32,7 +32,8 @@ pkg_nofetch() { src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}/${PV}-setup.patch" + epatch "${FILESDIR}/${PV}-setup.patch" \ + "${FILESDIR}/${P}"-gcc41.patch env GENTOO_CFLAGS="${CFLAGS}" ./setup || die } |