summaryrefslogtreecommitdiff
path: root/emulators/uae/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/uae/patches/patch-ac')
-rw-r--r--emulators/uae/patches/patch-ac22
1 files changed, 22 insertions, 0 deletions
diff --git a/emulators/uae/patches/patch-ac b/emulators/uae/patches/patch-ac
new file mode 100644
index 00000000000..37569fa0727
--- /dev/null
+++ b/emulators/uae/patches/patch-ac
@@ -0,0 +1,22 @@
+$NetBSD: patch-ac,v 1.6 2002/03/19 22:26:38 kristerw Exp $
+--- configure.orig Sun Dec 30 15:42:54 2001
++++ configure Tue Jan 1 19:21:03 2002
+@@ -6579,7 +6579,7 @@
+
+ if [ "x$WANT_SDL" = "xyes" ]; then
+ OD_JOYSTICK=sdl-joystick.c
+-else if [ "x$HAVE_MACHINE_JOYSTICK_H" = "xyes" ]; then
++else
+ cat > conftest.$ac_ext <<EOF
+ #line 6585 "configure"
+ #include "confdefs.h"
+@@ -6594,9 +6594,7 @@
+ else
+ echo "configure: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+-fi
+ rm -f conftest*
+-else
+ OD_JOYSTICK=$OSDEP/joystick.c
+ fi
+ fi