summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2006-04-02 13:10:39 +0000
committerAlfredo Tupone <tupone@gentoo.org>2006-04-02 13:10:39 +0000
commitd12924b7c461e515e1bf4f51643a1bd04429d467 (patch)
treebd7540d0d9bad092e399704af9a4adac2ba317b0 /games-action/heroes/heroes-0.21-r1.ebuild
parentFix patch naming. (diff)
downloadhistorical-d12924b7c461e515e1bf4f51643a1bd04429d467.tar.gz
historical-d12924b7c461e515e1bf4f51643a1bd04429d467.tar.bz2
historical-d12924b7c461e515e1bf4f51643a1bd04429d467.zip
Fix gcc-4 compilation. Bug #120758
Package-Manager: portage-2.1_pre7-r3
Diffstat (limited to 'games-action/heroes/heroes-0.21-r1.ebuild')
-rw-r--r--games-action/heroes/heroes-0.21-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-action/heroes/heroes-0.21-r1.ebuild b/games-action/heroes/heroes-0.21-r1.ebuild
index 17c85ca8a477..30c8cb053b81 100644
--- a/games-action/heroes/heroes-0.21-r1.ebuild
+++ b/games-action/heroes/heroes-0.21-r1.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-action/heroes/heroes-0.21-r1.ebuild,v 1.4 2006/01/28 21:19:10 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heroes/heroes-0.21-r1.ebuild,v 1.5 2006/04/02 13:10:39 tupone Exp $
inherit eutils games
@@ -31,6 +31,7 @@ src_unpack() {
unpack ${A}
cd ${WORKDIR}/${P}
epatch ${FILESDIR}/${PV}-cvs-segfault-fix.patch #56118
+ epatch "${FILESDIR}/${P}"-gcc4.patch
}
src_compile() {