diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-04-30 22:56:35 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-04-30 22:56:35 +0000 |
commit | e2566bb18fefba0577f3ab331757aa254ea55dc1 (patch) | |
tree | a9ea8c5f1363251e6a168cca0ab62e0dfd27607f /games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild | |
parent | amd64 stable, bug #219635 (diff) | |
download | gentoo-2-e2566bb18fefba0577f3ab331757aa254ea55dc1.tar.gz gentoo-2-e2566bb18fefba0577f3ab331757aa254ea55dc1.tar.bz2 gentoo-2-e2566bb18fefba0577f3ab331757aa254ea55dc1.zip |
Fix building with gcc-4.3
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild')
-rw-r--r-- | games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild b/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild index 5138093caec5..21d5feaaea24 100644 --- a/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild +++ b/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild,v 1.8 2008/03/25 13:18:27 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild,v 1.9 2008/04/30 22:56:34 nyhm Exp $ inherit eutils games @@ -20,7 +20,9 @@ S=${WORKDIR}/yar-${PV} src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${PV}-math.patch + epatch \ + "${FILESDIR}"/${PV}-math.patch \ + "${FILESDIR}"/${P}-gcc43.patch } src_install() { |