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-ac29
1 files changed, 13 insertions, 16 deletions
diff --git a/emulators/uae/patches/patch-ac b/emulators/uae/patches/patch-ac
index ca761b14fb2..b5afbca33d1 100644
--- a/emulators/uae/patches/patch-ac
+++ b/emulators/uae/patches/patch-ac
@@ -1,25 +1,22 @@
-$NetBSD: patch-ac,v 1.2 2001/08/01 20:44:04 kristerw Exp $
---- configure.bak Mon Jul 30 21:19:23 2001
-+++ configure Wed Aug 1 22:21:35 2001
-@@ -6393,9 +6393,8 @@
- fi
-
+$NetBSD: patch-ac,v 1.3 2001/11/27 00:04:46 kristerw Exp $
+--- configure.orig Mon Nov 19 13:34:18 2001
++++ configure Tue Nov 27 00:46:17 2001
+@@ -6533,7 +6533,7 @@
--if [ "x$HAVE_MACHINE_JOYSTICK_H" = "xyes" ]; then
-- cat > conftest.$ac_ext <<EOF
- #line 6399 "configure"
-+cat > conftest.$ac_ext <<EOF
+ 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 6539 "configure"
#include "confdefs.h"
- #include <machine/joystick.h>
- int main() {
-@@ -6408,9 +6407,7 @@
+@@ -6548,9 +6548,7 @@
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
-fi
--rm -f conftest*
+ rm -f conftest*
-else
-+ rm -rf conftest*
OD_JOYSTICK=$OSDEP/joystick.c
fi
-
+ fi