summaryrefslogtreecommitdiff
path: root/emulators/xmame
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2001-04-05 13:10:00 +0000
committerNick Sayer <nsayer@FreeBSD.org>2001-04-05 13:10:00 +0000
commit8124bb4ba10cc7c8e45075496270d34932777e12 (patch)
treebf291c8e4cd79cf25dbc78d2e35a55d23a0c2f6a /emulators/xmame
parentForgot to update porteasy's idea of its own version number. (diff)
Enable USB joysticks. Yay!
Approved by: stjin@win.tue.nl
Notes
Notes: svn path=/head/; revision=40884
Diffstat (limited to 'emulators/xmame')
-rw-r--r--emulators/xmame/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index c295fa40ff17..f5c3b31ba486 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -199,6 +199,7 @@ do-configure:
-e "s@/usr/X11R6@${X11BASE}@g" \
-e "s@ARCH = linux@ARCH = freebsd@g" \
-e "s@# X11_DGA@X11_DGA@g" \
+ -e "s@# JOY_USB@JOY_USB@g" \
-e "s@= x11@= ${DISPLAY_METHOD}@g" \
-e "s@= mame@= ${MAMEMESS}@g" \
-e "s@# X86_ASM@${ASM_COMMENT}X86_ASM@g" \