summaryrefslogtreecommitdiff
path: root/emulators/xmess/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xmess/files/patch-ag')
-rw-r--r--emulators/xmess/files/patch-ag14
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/xmess/files/patch-ag b/emulators/xmess/files/patch-ag
deleted file mode 100644
index 795340d28302..000000000000
--- a/emulators/xmess/files/patch-ag
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: src/unix/FREEBSD.c
-@@ -10,7 +10,12 @@
- #include "sound.h"
-
- #ifdef USE_JOYSTICK
-+#ifdef __FreeBSD__
-+#include <machine/joystick.h>
-+#define JS_DATA_TYPE joystick
-+#else
- #include <linux/joystick.h>
-+#endif
- struct JS_DATA_TYPE joy_data,joy_orig;
- int joy_fd; /* joystick file descriptor */
- #endif