diff options
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 |