diff options
author | joerg <joerg> | 2006-07-11 00:30:09 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-07-11 00:30:09 +0000 |
commit | 849412cbe8f1d465209fec75902c55581d5a77b6 (patch) | |
tree | 2645063798283a21915be232111283096d667169 | |
parent | 9a6a396c86f83c1fb8502a6b2872245ffccbff88 (diff) | |
download | pkgsrc-849412cbe8f1d465209fec75902c55581d5a77b6.tar.gz |
Fix errno regression.
-rw-r--r-- | editors/joe/distinfo | 3 | ||||
-rw-r--r-- | editors/joe/patches/patch-aa | 13 |
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; |