diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-21 22:21:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-21 22:21:04 +0000 |
commit | 81864c40004d472a3c86814d1cb05578daead042 (patch) | |
tree | e61db8c3f3d7152e38fe3beb9df7d5524a75f9e5 /games-emulation/xmess/xmess-0.81.1.ebuild | |
parent | initial commit; #45058 (Manifest recommit) (diff) | |
download | gentoo-2-81864c40004d472a3c86814d1cb05578daead042.tar.gz gentoo-2-81864c40004d472a3c86814d1cb05578daead042.tar.bz2 gentoo-2-81864c40004d472a3c86814d1cb05578daead042.zip |
sync ebuild with xmame
Diffstat (limited to 'games-emulation/xmess/xmess-0.81.1.ebuild')
-rw-r--r-- | games-emulation/xmess/xmess-0.81.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-emulation/xmess/xmess-0.81.1.ebuild b/games-emulation/xmess/xmess-0.81.1.ebuild index cc8146c2f82e..5036a8e5dc4b 100644 --- a/games-emulation/xmess/xmess-0.81.1.ebuild +++ b/games-emulation/xmess/xmess-0.81.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.81.1.ebuild,v 1.1 2004/04/19 10:30:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.81.1.ebuild,v 1.2 2004/04/21 22:21:04 mr_bones_ Exp $ -inherit games flag-o-matic gcc eutils +inherit flag-o-matic gcc eutils games TARGET="${PN}" @@ -36,6 +36,7 @@ S="${WORKDIR}/xmame-${PV}" src_unpack() { unpack ${A} cd ${S} + 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 |