diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-04-24 20:04:08 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-04-24 20:04:08 +0000 |
commit | e3fa538c9a6cc0d71f2b48887b565782109e3b06 (patch) | |
tree | 301cc0a22b35485033be05e9dcfa1a319dbed469 /games-emulation/mupen64-glN64/mupen64-glN64-0.4.1_rc2-r1.ebuild | |
parent | added dev-util/xdelta (diff) | |
download | gentoo-2-e3fa538c9a6cc0d71f2b48887b565782109e3b06.tar.gz gentoo-2-e3fa538c9a6cc0d71f2b48887b565782109e3b06.tar.bz2 gentoo-2-e3fa538c9a6cc0d71f2b48887b565782109e3b06.zip |
amd64 fixes
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-emulation/mupen64-glN64/mupen64-glN64-0.4.1_rc2-r1.ebuild')
-rw-r--r-- | games-emulation/mupen64-glN64/mupen64-glN64-0.4.1_rc2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/mupen64-glN64/mupen64-glN64-0.4.1_rc2-r1.ebuild b/games-emulation/mupen64-glN64/mupen64-glN64-0.4.1_rc2-r1.ebuild index 3703e901123d..8848afda9da3 100644 --- a/games-emulation/mupen64-glN64/mupen64-glN64-0.4.1_rc2-r1.ebuild +++ b/games-emulation/mupen64-glN64/mupen64-glN64-0.4.1_rc2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-glN64/mupen64-glN64-0.4.1_rc2-r1.ebuild,v 1.4 2005/04/24 00:34:33 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-glN64/mupen64-glN64-0.4.1_rc2-r1.ebuild,v 1.5 2005/04/24 20:04:08 morfic Exp $ inherit eutils games @@ -29,6 +29,7 @@ src_compile () { fi epatch ${FILESDIR}/${PN}-ucode.patch || die "ucode patch failed" + epatch ${FILESDIR}/${PN}-noasmfix.patch || die "noasmfix patch failed" if ! use asm; then epatch ${FILESDIR}/${PN}-noasm.patch |