diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 03:41:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 03:41:37 +0000 |
commit | 510b91e1dc495d45f047469a685392a968c8c3e6 (patch) | |
tree | a580af3758be9f213c54a7934037051c20eec15a /emulators/snes9x/files/patch-aa | |
parent | Forced commit. The last commit should have read that kris tested this on (diff) |
Fix build (chase libusb to libusbhid)
Diffstat (limited to 'emulators/snes9x/files/patch-aa')
-rw-r--r-- | emulators/snes9x/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/snes9x/files/patch-aa b/emulators/snes9x/files/patch-aa index 0fb8a334afe4..b86fedec824e 100644 --- a/emulators/snes9x/files/patch-aa +++ b/emulators/snes9x/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Feb 28 15:29:58 2001 -+++ Makefile Sat Mar 24 23:16:22 2001 +--- Makefile.orig Wed Feb 28 12:29:58 2001 ++++ Makefile Sat Sep 28 20:50:19 2002 @@ -4,7 +4,6 @@ #SPC700ASM=1 NETPLAY=1 @@ -51,7 +51,7 @@ +ifdef USB_JOYSTICK_SUPPORT +CCFLAGS += -DJOYSTICK_SUPPORT -+EXTRALIBS += -lusb ++EXTRALIBS += -lusbhid +endif + #-DSOUND |