summaryrefslogtreecommitdiff
path: root/emulators/xmess/files/patch-ag
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-03-27 10:38:45 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-03-27 10:38:45 +0000
commit9f0183ed5afc8071a4ec34cbe4b0f9cc7416edcd (patch)
tree7ca17b19c37e2c24f7196a08dc048f2cbe626384 /emulators/xmess/files/patch-ag
parentRUN_DEPENDS on wget; (diff)
- Update to the version 0.37b12.1 of xmame/xmess
- Make emulators/xmess a slave port of emulators/xmame - Add SDL support (enabled by default) - Add DGA support for non-SDL builds - Define spool directory to /var/games/x{mame,mess}, and install binary setgid games to avoid creating a world writable directory - Add hiscore.dat, history.dat, and cheat.dat support for xmame - Convert patch-ab into ${SED} in ports Makefile - Add CPS-2 patches for xmame; this enables more games - Enable optimization for xmame/xmess by default PR: 25921 (with more patches from originator) Submitted by: Stijn Hoop <stijn@win.tue.nl>
Notes
Notes: svn path=/head/; revision=40430
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