diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-05-07 20:45:39 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-05-07 20:45:39 +0000 |
commit | a0e30cf7f564396df2247f99b39ae24802ff0ae8 (patch) | |
tree | aad6aec91d6101fcec88c9af9d849fb0568e810c /games-puzzle/groundhog/groundhog-1.4.ebuild | |
parent | Stable on ppc64 (diff) | |
download | historical-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.ebuild | 5 |
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() { |