diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-14 04:37:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-14 04:37:58 +0000 |
commit | 56bcdfbd09dc740147ef2da9fc813a06ed8b8bbf (patch) | |
tree | 6d7c2ceb46cf2f7ef002d51a9ec657ae8403642f /games-puzzle/groundhog/groundhog-1.4.ebuild | |
parent | touchup (diff) | |
download | historical-56bcdfbd09dc740147ef2da9fc813a06ed8b8bbf.tar.gz historical-56bcdfbd09dc740147ef2da9fc813a06ed8b8bbf.tar.bz2 historical-56bcdfbd09dc740147ef2da9fc813a06ed8b8bbf.zip |
gcc3 patch
Diffstat (limited to 'games-puzzle/groundhog/groundhog-1.4.ebuild')
-rw-r--r-- | games-puzzle/groundhog/groundhog-1.4.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games-puzzle/groundhog/groundhog-1.4.ebuild b/games-puzzle/groundhog/groundhog-1.4.ebuild index 2f5b81b6f513..e620d6ceb82e 100644 --- a/games-puzzle/groundhog/groundhog-1.4.ebuild +++ b/games-puzzle/groundhog/groundhog-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.2 2003/09/14 04:24:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.3 2003/09/14 04:37:58 vapier Exp $ inherit games @@ -17,6 +17,12 @@ DEPEND="virtual/x11 =x11-libs/gtk+-2* =dev-libs/glib-2*" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PV}-gcc3.patch +} + src_compile() { egamesconf `use_enable nls` || die emake CXXFLAGS="${CXXFLAGS}" || die |