summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2006-05-07 20:45:39 +0000
committerAlfredo Tupone <tupone@gentoo.org>2006-05-07 20:45:39 +0000
commita0e30cf7f564396df2247f99b39ae24802ff0ae8 (patch)
treeaad6aec91d6101fcec88c9af9d849fb0568e810c /games-puzzle/groundhog/groundhog-1.4.ebuild
parentStable on ppc64 (diff)
downloadhistorical-a0e30cf7f564396df2247f99b39ae24802ff0ae8.tar.gz
historical-a0e30cf7f564396df2247f99b39ae24802ff0ae8.tar.bz2
historical-a0e30cf7f564396df2247f99b39ae24802ff0ae8.zip
Fix for gcc-4.1
Package-Manager: portage-2.1_pre10-r3
Diffstat (limited to 'games-puzzle/groundhog/groundhog-1.4.ebuild')
-rw-r--r--games-puzzle/groundhog/groundhog-1.4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-puzzle/groundhog/groundhog-1.4.ebuild b/games-puzzle/groundhog/groundhog-1.4.ebuild
index f9fb34fb807e..45a2bfcca26a 100644
--- a/games-puzzle/groundhog/groundhog-1.4.ebuild
+++ b/games-puzzle/groundhog/groundhog-1.4.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-puzzle/groundhog/groundhog-1.4.ebuild,v 1.13 2006/02/17 22:08:27 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.14 2006/05/07 20:45:39 tupone Exp $
inherit eutils gnuconfig games
@@ -18,7 +18,8 @@ DEPEND="=x11-libs/gtk+-2*"
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}"/${PV}-gcc3.patch
+ epatch "${FILESDIR}"/${PV}-gcc3.patch \
+ "${FILESDIR}/${P}"-gcc41.patch
}
src_compile() {