diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-02 19:42:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-02 19:42:49 +0000 |
commit | d22965d555d08cb0ba3d0cc77060357012945010 (patch) | |
tree | 2beeea3662f331117e4815ee88817262ec1b6f23 /games-emulation | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-d22965d555d08cb0ba3d0cc77060357012945010.tar.gz gentoo-2-d22965d555d08cb0ba3d0cc77060357012945010.tar.bz2 gentoo-2-d22965d555d08cb0ba3d0cc77060357012945010.zip |
turn on joystick support always for libsdl; should fix bug #62620
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/xmame/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/xmame/xmame-0.86.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-emulation/xmame/ChangeLog b/games-emulation/xmame/ChangeLog index 027cfac09ee3..3f1a945254a7 100644 --- a/games-emulation/xmame/ChangeLog +++ b/games-emulation/xmame/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/xmame # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/ChangeLog,v 1.25 2004/08/30 23:29:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/ChangeLog,v 1.26 2004/09/02 19:42:49 mr_bones_ Exp $ + + 02 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> xmame-0.86.ebuild: + turn on joystick support always for libsdl; should fix bug #62620 + (Works around a bug in the 0.86 release) *xmame-0.86 (30 Aug 2004) diff --git a/games-emulation/xmame/xmame-0.86.ebuild b/games-emulation/xmame/xmame-0.86.ebuild index 2953c13198ae..a80016b8eee7 100644 --- a/games-emulation/xmame/xmame-0.86.ebuild +++ b/games-emulation/xmame/xmame-0.86.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.86.ebuild,v 1.1 2004/08/30 23:29:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.86.ebuild,v 1.2 2004/09/02 19:42:49 mr_bones_ Exp $ inherit flag-o-matic gcc eutils games @@ -78,7 +78,7 @@ src_unpack() { || die "sed Makefile (ppc/LD) failed" fi - toggle_feature2 joystick sdl JOY_SDL + toggle_feature sdl JOY_SDL #toggle_feature net XMAME_NET use net && ewarn "Network support is currently (0.86) broken :(" toggle_feature esd SOUND_ESOUND |