summaryrefslogtreecommitdiff
path: root/emulators/uae/patches
diff options
context:
space:
mode:
authorkristerw <kristerw>2002-07-28 19:58:24 +0000
committerkristerw <kristerw>2002-07-28 19:58:24 +0000
commitfa865d2a2009d5b7d1c0d714c3417ff2e814dc52 (patch)
tree7035439ca0cec39cdb932474b356923da751f7c5 /emulators/uae/patches
parent8385e63f0f5de57020f3d8a1818673548b921df6 (diff)
downloadpkgsrc-fa865d2a2009d5b7d1c0d714c3417ff2e814dc52.tar.gz
Update uae to 0.8.22.
Changes since 0.8.21: - Misc. bug fixes - Extensive updates for the sprite emulation and blitter timing code.
Diffstat (limited to 'emulators/uae/patches')
-rw-r--r--emulators/uae/patches/patch-ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/emulators/uae/patches/patch-ac b/emulators/uae/patches/patch-ac
deleted file mode 100644
index 37569fa0727..00000000000
--- a/emulators/uae/patches/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
-$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