diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-07 03:17:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-07 03:17:59 +0000 |
commit | 895169c21451eed8bcc28fb7d23a1a1144249b7f (patch) | |
tree | 089175ea07a6269dcc4dcd3f6f2e53f3bea97a58 /games-emulation/xmame | |
parent | use flag fixing (Manifest recommit) (diff) | |
download | gentoo-2-895169c21451eed8bcc28fb7d23a1a1144249b7f.tar.gz gentoo-2-895169c21451eed8bcc28fb7d23a1a1144249b7f.tar.bz2 gentoo-2-895169c21451eed8bcc28fb7d23a1a1144249b7f.zip |
sync with xmess ebuild
Diffstat (limited to 'games-emulation/xmame')
-rw-r--r-- | games-emulation/xmame/xmame-0.82.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/xmame/xmame-0.82.1.ebuild b/games-emulation/xmame/xmame-0.82.1.ebuild index 1a0830d5f98b..694ceff2bb43 100644 --- a/games-emulation/xmame/xmame-0.82.1.ebuild +++ b/games-emulation/xmame/xmame-0.82.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.82.1.ebuild,v 1.1 2004/06/07 03:15:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.82.1.ebuild,v 1.2 2004/06/07 03:17:59 mr_bones_ Exp $ inherit flag-o-matic gcc eutils games @@ -36,7 +36,7 @@ S="${WORKDIR}/xmame-${PV}" src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/${PV}-glx-fix.patch + epatch "${FILESDIR}/${PV}-glx-fix.patch" sed -i \ -e 's:JOY_BUTTONS 16:JOY_BUTTONS 32:' src/unix/devices.h \ || die "setting joybuttons failed" #36818 |