diff options
author | 2006-05-23 17:34:21 +0000 | |
---|---|---|
committer | 2006-05-23 17:34:21 +0000 | |
commit | b032bd67352913031965b21c70564552b4c37b98 (patch) | |
tree | 32a39619bea70f06c76c979c2702ba4364a18ecc /games-sports/gracer/gracer-0.1.5.ebuild | |
parent | version bump; add me as 2nd maintainer (diff) | |
download | gentoo-2-b032bd67352913031965b21c70564552b4c37b98.tar.gz gentoo-2-b032bd67352913031965b21c70564552b4c37b98.tar.bz2 gentoo-2-b032bd67352913031965b21c70564552b4c37b98.zip |
Fix for gcc-4.1
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'games-sports/gracer/gracer-0.1.5.ebuild')
-rw-r--r-- | games-sports/gracer/gracer-0.1.5.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-sports/gracer/gracer-0.1.5.ebuild b/games-sports/gracer/gracer-0.1.5.ebuild index ead165b877bc..711acc240131 100644 --- a/games-sports/gracer/gracer-0.1.5.ebuild +++ b/games-sports/gracer/gracer-0.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild,v 1.13 2006/01/29 08:04:42 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild,v 1.14 2006/05/23 17:34:21 tupone Exp $ inherit gnuconfig eutils games @@ -28,8 +28,9 @@ DEPEND="|| ( ( x11-libs/libXi src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${PV}-gldefs.patch - epatch "${FILESDIR}"/${PN}-gcc-3.4.patch + epatch "${FILESDIR}"/${PV}-gldefs.patch \ + "${FILESDIR}"/${PN}-gcc-3.4.patch \ + "${FILESDIR}/${P}"-gcc41.patch } src_compile() { |