summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjoerg <joerg>2006-07-11 00:30:09 +0000
committerjoerg <joerg>2006-07-11 00:30:09 +0000
commit637c8e55d889075adf2a07be3c039d6d62436a86 (patch)
tree2645063798283a21915be232111283096d667169 /editors
parent9553aca226dff6929706ba657f60ac2f09b888f7 (diff)
downloadpkgsrc-637c8e55d889075adf2a07be3c039d6d62436a86.tar.gz
Fix errno regression.
Diffstat (limited to 'editors')
-rw-r--r--editors/joe/distinfo3
-rw-r--r--editors/joe/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/editors/joe/distinfo b/editors/joe/distinfo
index 6bf3a31391f..331f67c6546 100644
--- a/editors/joe/distinfo
+++ b/editors/joe/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.12 2006/07/07 18:22:00 adam Exp $
+$NetBSD: distinfo,v 1.13 2006/07/11 00:30:09 joerg Exp $
SHA1 (joe-3.4.tar.gz) = 8c044130b48dce0768880605ee2b5dac102ebbd1
RMD160 (joe-3.4.tar.gz) = 0849f34ae239be8281a098532ec6b82d85f61607
Size (joe-3.4.tar.gz) = 590679 bytes
+SHA1 (patch-aa) = 25d7b96349b20af7e2f3de09dc6c8a229028c9dc
diff --git a/editors/joe/patches/patch-aa b/editors/joe/patches/patch-aa
new file mode 100644
index 00000000000..adfc39056ea
--- /dev/null
+++ b/editors/joe/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.10 2006/07/11 00:30:09 joerg Exp $
+
+--- b.c.orig 2006-07-11 00:24:25.000000000 +0000
++++ b.c
+@@ -11,8 +11,6 @@
+ #include <pwd.h>
+ #endif
+
+-extern int errno;
+-
+ #ifdef WITH_SELINUX
+ #include <selinux/selinux.h>
+ static int selinux_enabled = -1;