From 59a1fa5e358ca6d78756a251ad820189a32a2291 Mon Sep 17 00:00:00 2001 From: kristerw Date: Tue, 19 Mar 2002 22:26:36 +0000 Subject: Make joystick work again (this support got broken yesterday when someone removed the dependecy on autoconf.) --- emulators/uae/distinfo | 3 ++- emulators/uae/patches/patch-ac | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 emulators/uae/patches/patch-ac (limited to 'emulators/uae') diff --git a/emulators/uae/distinfo b/emulators/uae/distinfo index c93149cdddd..22516f2f186 100644 --- a/emulators/uae/distinfo +++ b/emulators/uae/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.8 2002/02/26 03:19:59 kristerw Exp $ +$NetBSD: distinfo,v 1.9 2002/03/19 22:26:36 kristerw Exp $ SHA1 (uae-0.8.21.tar.gz) = 9b94574bb3f462b019f1b268d6a0b36940bde160 Size (uae-0.8.21.tar.gz) = 914495 bytes SHA1 (patch-aa) = 6045d32ce2b123410b20bbd410111400766834f9 SHA1 (patch-ab) = 7a174709e599b252d82ec9ef949aa8feab2f279e +SHA1 (patch-ac) = 8cabbb011f2f0ba28aa3bb3daa953e999b02964e 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 <&5 + cat conftest.$ac_ext >&5 +-fi + rm -f conftest* +-else + OD_JOYSTICK=$OSDEP/joystick.c + fi + fi -- cgit v1.2.3