diff options
author | nsayer <nsayer@FreeBSD.org> | 2001-04-05 13:10:00 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2001-04-05 13:10:00 +0000 |
commit | 890b1f547e3f5dee133baeb3277284d7fd90abe2 (patch) | |
tree | 2ed69334fa662cf4c561370bb123658d7b655195 /emulators | |
parent | f91fc71b5f4ba2d590ea55c13c3e93bf2f929f23 (diff) | |
download | FreeBSD-ports-890b1f547e3f5dee133baeb3277284d7fd90abe2.zip FreeBSD-ports-890b1f547e3f5dee133baeb3277284d7fd90abe2.tar.gz |
Enable USB joysticks. Yay!
Approved by: stjin@win.tue.nl
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index c295fa4..f5c3b31 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" \ |