summaryrefslogtreecommitdiff
path: root/emulators/aranym/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-07-09 14:38:52 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-07-09 14:38:52 +0000
commit9112734c166a29238e56b6fbf5c6462e71a9eb3a (patch)
treeaaf81e5a7293daaf1ca861e55bf86586560cf4d5 /emulators/aranym/patches
parent790662712d6e039d3d1127135f62a39201c727ee (diff)
downloadpkgsrc-9112734c166a29238e56b6fbf5c6462e71a9eb3a.tar.gz
Updated emulators/aranym to 0.8.9beta.
2004/07/06 - version 0.8.9beta released Great bug fixes: o JIT CPU is working on Linux 2.6.x o Blitter is finally not crashing anymore o integrated LILO (Linux Loader) reads gzipped files o SDL GUI now accepts numbers typed on numpad Especially the Blitter fix itself justifies a new release since it has always been buggy and it was so annoying. Now we've won.
Diffstat (limited to 'emulators/aranym/patches')
-rw-r--r--emulators/aranym/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/aranym/patches/patch-aa b/emulators/aranym/patches/patch-aa
deleted file mode 100644
index 4c62f0fcd4b..00000000000
--- a/emulators/aranym/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/07/06 07:28:38 xtraeme Exp $
-
---- ../gui-sdl/dlgAlert.cpp.orig 2004-07-06 09:17:50.000000000 +0200
-+++ ../gui-sdl/dlgAlert.cpp 2004-07-06 09:18:37.000000000 +0200
-@@ -91,7 +91,7 @@
- */
- int Dialog_AlertDlg(const char *text)
- {
-- char *t = strdupa(text);
-+ char *t = strdup(text);
- static int maxlen = sizeof(dlglines[0])-1;
- int lines = FormatTextToBox(t, maxlen);
- for(int i=0; i<MAX_LINES; i++) {