summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorsoren <soren@pkgsrc.org>2000-03-16 15:40:18 +0000
committersoren <soren@pkgsrc.org>2000-03-16 15:40:18 +0000
commit0f6e2f1fcbe7cfff71ed509e9928237571761b5b (patch)
treeef939b2afb6c5d60a46f4a1543b9b5d98667355a /emulators
parent8eb58392af2fd679d16f7a963d1d4b360d769303 (diff)
downloadpkgsrc-0f6e2f1fcbe7cfff71ed509e9928237571761b5b.tar.gz
These patches are no longer necessary.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/patches/patch-ah40
-rw-r--r--emulators/xmame/patches/patch-ai14
2 files changed, 0 insertions, 54 deletions
diff --git a/emulators/xmame/patches/patch-ah b/emulators/xmame/patches/patch-ah
deleted file mode 100644
index 8927781b5b9..00000000000
--- a/emulators/xmame/patches/patch-ah
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD: patch-ah,v 1.3 1999/11/10 08:01:29 soren Exp $
-
---- src/unix/joystick-drivers/joy_i386.c.orig Sat Oct 9 23:52:00 1999
-+++ src/unix/joystick-drivers/joy_i386.c Wed Nov 10 07:28:02 1999
-@@ -5,7 +5,7 @@
- #include <sys/ioctl.h>
-
- /* specific joystick for PC clones */
--#ifdef netbsd_i386
-+#ifdef NETBSD
-
- #include <machine/joystick.h>
- typedef struct joystick joy_struct;
-@@ -20,7 +20,7 @@
- #endif
-
- #else
--#error "i386 style joystick only supported under linux & netbsd-i386, "
-+#error "i386 style joystick only supported under linux & NetBSD, "
- "patches to support other arch's should be easy and are welcome ;)"
- #endif
-
-@@ -92,7 +92,7 @@
- joytype = JOY_I386;
- case JOY_I386:
- joy_data[i].num_axis = 2;
--#ifdef netbsd_i386
-+#ifdef NETBSD
- joy_data[i].num_buttons = 2;
- #else
- joy_data[i].num_buttons = JOY_BUTTONS;
-@@ -168,7 +168,7 @@
- continue;
-
- /* get value of buttons */
--#ifdef netbsd_i386
-+#ifdef NETBSD
- joy_data[i].buttons[0] = my_joy_data.b1;
- joy_data[i].buttons[1] = my_joy_data.b2;
- #else
diff --git a/emulators/xmame/patches/patch-ai b/emulators/xmame/patches/patch-ai
deleted file mode 100644
index d1a8508f5cf..00000000000
--- a/emulators/xmame/patches/patch-ai
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ai,v 1.2 1999/11/10 08:01:29 soren Exp $
-
---- src/unix/Makefile.orig Fri Nov 5 18:26:11 1999
-+++ src/unix/Makefile Wed Nov 10 07:27:30 1999
-@@ -40,8 +40,7 @@
- SOUND_OBJS.linux_alpha = $(SOUND_DIR)/oss.o
- SOUND_OBJS.linux_i386 = $(SOUND_DIR)/oss.o
- SOUND_OBJS.FREEBSD = $(SOUND_DIR)/oss.o
--SOUND_OBJS.netbsd_i386 = $(SOUND_DIR)/netbsd.o
--SOUND_OBJS.netbsd_alpha = $(SOUND_DIR)/netbsd.o
-+SOUND_OBJS.netbsd = $(SOUND_DIR)/netbsd.o
- SOUND_OBJS.sunos = $(SOUND_DIR)/nosound.o
- SOUND_OBJS.solaris = $(SOUND_DIR)/solaris.o
- SOUND_OBJS.solaris_i386 = $(SOUND_DIR)/solaris.o