summaryrefslogtreecommitdiff
path: root/lang/clisp
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-30 12:39:43 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-30 12:39:43 +0000
commit998e3855500c42dc422df5454ff05d0db769e165 (patch)
treef3d195632e2f9bd6316c6a4609cd95a4fbb6911c /lang/clisp
parent01780929f7a19e2593ede22eca39d09879d4dce3 (diff)
downloadpkgsrc-998e3855500c42dc422df5454ff05d0db769e165.tar.gz
Fix errno.
Diffstat (limited to 'lang/clisp')
-rw-r--r--lang/clisp/distinfo3
-rw-r--r--lang/clisp/patches/patch-ab12
2 files changed, 14 insertions, 1 deletions
diff --git a/lang/clisp/distinfo b/lang/clisp/distinfo
index 0d5180477ac..114038d0fc7 100644
--- a/lang/clisp/distinfo
+++ b/lang/clisp/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.9 2005/05/02 17:42:06 drochner Exp $
+$NetBSD: distinfo,v 1.10 2005/12/30 12:39:43 joerg Exp $
SHA1 (clisp-2.33.2.tar.bz2) = b2403257f244a1502d63280a262629795821edae
RMD160 (clisp-2.33.2.tar.bz2) = 2ecbd8f215e1485c63f80776ee37a02b770f98c7
Size (clisp-2.33.2.tar.bz2) = 6091273 bytes
SHA1 (patch-aa) = e7ef5ce48e6215d803d03ea57b23a80fb0862794
+SHA1 (patch-ab) = 3211f0d859fae536d11f7b7cd677ed5e83dc5f8a
SHA1 (patch-ai) = 1890cdfb1f59ca573a802e889f2bb2dbc8e32256
diff --git a/lang/clisp/patches/patch-ab b/lang/clisp/patches/patch-ab
new file mode 100644
index 00000000000..cae80c8a90b
--- /dev/null
+++ b/lang/clisp/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.7 2005/12/30 12:39:43 joerg Exp $
+
+--- unix.d.orig 2005-12-30 12:22:01.000000000 +0000
++++ unix.d
+@@ -25,7 +25,6 @@
+
+ /* the table of the system error messages */
+ #include <errno.h>
+-extern int errno; /* last error code */
+ /* NB: errno may be a macro which expands to a function call.
+ Therefore access and assignment to errno must be wrapped in
+ begin_system_call()/end_system_call() */