diff options
Diffstat (limited to 'emulators/xmame/patches/patch-aa')
-rw-r--r-- | emulators/xmame/patches/patch-aa | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/emulators/xmame/patches/patch-aa b/emulators/xmame/patches/patch-aa index 3f1c8145ca7..e74a67f8f6e 100644 --- a/emulators/xmame/patches/patch-aa +++ b/emulators/xmame/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.24 2000/07/13 20:54:04 martin Exp $ ---- makefile.unix.orig Fri Jun 23 12:05:25 2000 -+++ makefile.unix Wed Jul 12 23:55:46 2000 +$NetBSD: patch-aa,v 1.25 2000/11/05 00:43:31 mycroft Exp $ +--- makefile.unix.orig Sun Sep 10 21:57:37 2000 ++++ makefile.unix Sat Nov 4 23:35:32 2000 @@ -138,13 +138,13 @@ # *** Select destination directory for your compiled program , manual page # and binary distribution ( if you want to... ) @@ -26,8 +26,8 @@ $NetBSD: patch-aa,v 1.24 2000/07/13 20:54:04 martin Exp $ +MY_CPU = ${MAME_CPU} ### i386 no asm # MY_CPU = i386_noasm - ### alpha -@@ -171,11 +171,11 @@ + ### ia64 +@@ -173,11 +173,11 @@ ############################################################################## ### Linux @@ -41,17 +41,23 @@ $NetBSD: patch-aa,v 1.24 2000/07/13 20:54:04 martin Exp $ ### Solaris / SunOS # ARCH = solaris ### OpenStep -@@ -207,6 +207,9 @@ - # JOY_I386 = 1 - # Linux FM-TOWNS game PAD joystick emulation support, thanks to Osamu Kurati - # JOY_PAD = 1 +@@ -204,11 +204,13 @@ + # X Input Extensions based joystick, this is known to not work right now ;| + # JOY_X11 = 1 + # on iX86 based OS's, if supported, you can use standard joystick driver +-# JOY_I386 = 1 +ifeq (${NETBSD_JOYSTICK},yes) +JOY_I386 = 1 +endif + # Linux FM-TOWNS game PAD joystick emulation support, thanks to Osamu Kurati + # JOY_PAD = 1 + # NetBSD USB joystick support. +-# JOY_USB = 1 ++JOY_USB = 1 ############################################################################## -@@ -249,7 +252,10 @@ +@@ -252,7 +254,10 @@ # MIT-Shared Memory X Extensions, comment the X11_MITSHM = 1 # XFree86 DGA @@ -63,7 +69,7 @@ $NetBSD: patch-aa,v 1.24 2000/07/13 20:54:04 martin Exp $ # The XIL library (Solaris 2.5.1 and higher), uncomment # X11_XIL = 1 -@@ -258,8 +264,8 @@ +@@ -261,8 +266,8 @@ # X11INC = -I/usr/include/X11 # X11LIB = -L/usr/lib/X11 # standard location for XFree86 |