summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-11 00:43:53 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-11 00:43:53 +0000
commit9ccb50e7b2b20a31880ed37d70049547a5274a15 (patch)
tree526b314e23dcc229cb9c96fb98f4fb78df40a057 /games-emulation/zsnes
parentStable on x86, bug #154738. (diff)
downloadgentoo-2-9ccb50e7b2b20a31880ed37d70049547a5274a15.tar.gz
gentoo-2-9ccb50e7b2b20a31880ed37d70049547a5274a15.tar.bz2
gentoo-2-9ccb50e7b2b20a31880ed37d70049547a5274a15.zip
declare proper WANT_AUTO* vars #154705 by Bobby Ryan Newberry
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'games-emulation/zsnes')
-rw-r--r--games-emulation/zsnes/zsnes-1.42.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/games-emulation/zsnes/zsnes-1.42.ebuild b/games-emulation/zsnes/zsnes-1.42.ebuild
index 167a405505c5..f2043a8a7150 100644
--- a/games-emulation/zsnes/zsnes-1.42.ebuild
+++ b/games-emulation/zsnes/zsnes-1.42.ebuild
@@ -1,7 +1,9 @@
# 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.14 2006/08/15 17:41:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.42.ebuild,v 1.15 2006/11/11 00:43:53 vapier Exp $
+WANT_AUTOCONF="latest"
+WANT_AUTOMAKE="latest"
inherit eutils autotools flag-o-matic multilib games
DESCRIPTION="SNES (Super Nintendo) emulator that uses x86 assembly"
@@ -29,7 +31,8 @@ src_unpack() {
unpack ${A}
cd "${S}"/src
cp "icons/48x48x32.png" "${T}/zsnes.png"
- epatch "${FILESDIR}"/${PV}-configure.patch \
+ epatch \
+ "${FILESDIR}"/${PV}-configure.patch \
"${FILESDIR}"/${P}-execStack.patch \
"${FILESDIR}"/${P}-memfix.patch
eautoreconf