diff options
author | 2006-04-25 21:18:45 +0000 | |
---|---|---|
committer | 2006-04-25 21:18:45 +0000 | |
commit | 5d187ddf5c0d95e8a31e056163fa3bc420c4d7da (patch) | |
tree | 8da549b562c72dfe2f9da6355a82a463430ecc76 /games-board/ace/ace-1.2-r1.ebuild | |
parent | Version bump, thanks to James in bug #129521 (diff) | |
download | historical-5d187ddf5c0d95e8a31e056163fa3bc420c4d7da.tar.gz historical-5d187ddf5c0d95e8a31e056163fa3bc420c4d7da.tar.bz2 historical-5d187ddf5c0d95e8a31e056163fa3bc420c4d7da.zip |
Fix for gcc-4.1
Package-Manager: portage-2.1_pre9-r4
Diffstat (limited to 'games-board/ace/ace-1.2-r1.ebuild')
-rw-r--r-- | games-board/ace/ace-1.2-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-board/ace/ace-1.2-r1.ebuild b/games-board/ace/ace-1.2-r1.ebuild index ef4bedcfa924..f9cf3a81966c 100644 --- a/games-board/ace/ace-1.2-r1.ebuild +++ b/games-board/ace/ace-1.2-r1.ebuild @@ -1,6 +1,6 @@ -# 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-board/ace/ace-1.2-r1.ebuild,v 1.15 2005/12/14 04:10:01 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ace-1.2-r1.ebuild,v 1.16 2006/04/25 21:18:45 tupone Exp $ inherit eutils games @@ -20,7 +20,8 @@ DEPEND="|| ( x11-libs/libXpm virtual/x11 ) src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/ace-1.2-check_for_end_of_game.patch + epatch "${FILESDIR}/${P}"-check_for_end_of_game.patch \ + "${FILESDIR}/${P}"-gcc41.patch # Fix timestamps so we dont run autotools #76473 touch -r aclocal.m4 configure.in |