diff options
author | 2006-04-04 19:40:46 +0000 | |
---|---|---|
committer | 2006-04-04 19:40:46 +0000 | |
commit | 167289f9ea3ab6c5d5d809b344b4cac4219739a7 (patch) | |
tree | 164d65229f87acc64d280b5b1af61665880c012f /games-arcade/gav/gav-0.8.0.ebuild | |
parent | Mark 2.14 stable on ia64 (diff) | |
download | historical-167289f9ea3ab6c5d5d809b344b4cac4219739a7.tar.gz historical-167289f9ea3ab6c5d5d809b344b4cac4219739a7.tar.bz2 historical-167289f9ea3ab6c5d5d809b344b4cac4219739a7.zip |
gcc-4.1 fix, bug #128541
Package-Manager: portage-2.1_pre7-r4
Diffstat (limited to 'games-arcade/gav/gav-0.8.0.ebuild')
-rw-r--r-- | games-arcade/gav/gav-0.8.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-arcade/gav/gav-0.8.0.ebuild b/games-arcade/gav/gav-0.8.0.ebuild index 87d0d9eddac4..55bf44516dd4 100644 --- a/games-arcade/gav/gav-0.8.0.ebuild +++ b/games-arcade/gav/gav-0.8.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/gav/gav-0.8.0.ebuild,v 1.10 2005/11/15 01:30:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gav/gav-0.8.0.ebuild,v 1.11 2006/04/04 19:40:46 tupone Exp $ -inherit games +inherit eutils games DESCRIPTION="GPL Arcade Volleyball" HOMEPAGE="http://gav.sourceforge.net/" @@ -30,6 +30,7 @@ src_unpack() { unpack ${P}.tar.gz cd "${S}" + epatch "${FILESDIR}/${P}"-gcc4.patch for d in . automa menu net ; do cp ${d}/Makefile.Linux ${d}/Makefile || die "cp ${d}/Makefile" done |