diff options
author | danw <danw@pkgsrc.org> | 2003-10-08 02:00:44 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2003-10-08 02:00:44 +0000 |
commit | d65be15d3a55ffea35c5a8f77c35d5c883e9cd5d (patch) | |
tree | 3e8bf6042ee5b030b24f9d9aa80399e1a6fa06bd /emulators | |
parent | 4097b1d1a33d68111e9233193b192b60f0bc06e6 (diff) | |
download | pkgsrc-d65be15d3a55ffea35c5a8f77c35d5c883e9cd5d.tar.gz |
tiny patch for Darwin (while trying to fix PR 21653 which seems to no
longer be broken)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/BasiliskII/distinfo | 3 | ||||
-rw-r--r-- | emulators/BasiliskII/patches/patch-ac | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/emulators/BasiliskII/distinfo b/emulators/BasiliskII/distinfo index d980671f574..4b5b6fa11b1 100644 --- a/emulators/BasiliskII/distinfo +++ b/emulators/BasiliskII/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2003/06/14 06:49:04 tron Exp $ +$NetBSD: distinfo,v 1.4 2003/10/08 02:00:44 danw Exp $ SHA1 (BasiliskII_src_14032003.tar.bz2) = 935e00e1401fc5dfaad7ac7d54184265bab0aeb8 Size (BasiliskII_src_14032003.tar.bz2) = 649594 bytes SHA1 (patch-aa) = e41d9a3a932bb312e2ea35372c4e46a45f0fcae9 SHA1 (patch-ab) = 17c94164ece847bd5695e8fb79ff5132c3c53859 +SHA1 (patch-ac) = 419296b9143ea48f597cf778127864423116ce3f diff --git a/emulators/BasiliskII/patches/patch-ac b/emulators/BasiliskII/patches/patch-ac new file mode 100644 index 00000000000..5d6b1d9cdfd --- /dev/null +++ b/emulators/BasiliskII/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2003/10/08 02:00:44 danw Exp $ + +--- src/Unix/vm_alloc.cpp.orig Tue Oct 7 21:54:33 2003 ++++ src/Unix/vm_alloc.cpp Tue Oct 7 21:54:19 2003 +@@ -29,6 +29,7 @@ + #include "vm_alloc.h" + + #ifdef HAVE_MACH_VM ++#include <mach/mach.h> + #ifndef HAVE_MACH_TASK_SELF + #ifdef HAVE_TASK_SELF + #define mach_task_self task_self |