diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-15 17:41:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-15 17:41:03 +0000 |
commit | d10fe8bf99007b8943c108f5b1a4c21fe7f0bb59 (patch) | |
tree | 6352336ebec01142c3b36e021dd3b8f37e0bb847 /games-emulation/zsnes/zsnes-1.42.ebuild | |
parent | Introducing iprutils-2.2.0 ebuild (diff) | |
download | gentoo-2-d10fe8bf99007b8943c108f5b1a4c21fe7f0bb59.tar.gz gentoo-2-d10fe8bf99007b8943c108f5b1a4c21fe7f0bb59.tar.bz2 gentoo-2-d10fe8bf99007b8943c108f5b1a4c21fe7f0bb59.zip |
add patch from Leonardo Boshell via bug #125861 to fix memory issue
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'games-emulation/zsnes/zsnes-1.42.ebuild')
-rw-r--r-- | games-emulation/zsnes/zsnes-1.42.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games-emulation/zsnes/zsnes-1.42.ebuild b/games-emulation/zsnes/zsnes-1.42.ebuild index 4e64e501b7b7..167a405505c5 100644 --- a/games-emulation/zsnes/zsnes-1.42.ebuild +++ b/games-emulation/zsnes/zsnes-1.42.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.42.ebuild,v 1.13 2006/06/20 19:17:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.42.ebuild,v 1.14 2006/08/15 17:41:03 mr_bones_ Exp $ -inherit eutils flag-o-matic multilib games +inherit eutils autotools flag-o-matic multilib games DESCRIPTION="SNES (Super Nintendo) emulator that uses x86 assembly" HOMEPAGE="http://www.zsnes.com/ http://ipherswipsite.com/zsnes/" @@ -30,8 +30,9 @@ src_unpack() { cd "${S}"/src cp "icons/48x48x32.png" "${T}/zsnes.png" epatch "${FILESDIR}"/${PV}-configure.patch \ - "${FILESDIR}"/${P}-execStack.patch - aclocal && autoconf || die "autotools failed" + "${FILESDIR}"/${P}-execStack.patch \ + "${FILESDIR}"/${P}-memfix.patch + eautoreconf } src_compile() { |