diff options
-rw-r--r-- | emulators/uae/distinfo | 3 | ||||
-rw-r--r-- | emulators/uae/patches/patch-ac | 22 |
2 files changed, 24 insertions, 1 deletions
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 <<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 |