summaryrefslogtreecommitdiff
path: root/chat/xaric
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-16 15:20:47 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-16 15:20:47 +0000
commitf8789810e4768820bb10e4e11f46d3057001d0d4 (patch)
tree23f5371dcf3fd121237737edcb55844ed57f0241 /chat/xaric
parent030a7500c229c3bf32db22e8c32ba8c7be1634ae (diff)
downloadpkgsrc-f8789810e4768820bb10e4e11f46d3057001d0d4.tar.gz
Fix errno.
Diffstat (limited to 'chat/xaric')
-rw-r--r--chat/xaric/distinfo3
-rw-r--r--chat/xaric/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/chat/xaric/distinfo b/chat/xaric/distinfo
index b206f3acba4..3cc511a6e35 100644
--- a/chat/xaric/distinfo
+++ b/chat/xaric/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 15:59:14 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/12/16 15:20:47 joerg Exp $
SHA1 (xaric-0.12.1.tar.gz) = d01fc8d8189e18f3824cdccb539a97c1862ecdbe
RMD160 (xaric-0.12.1.tar.gz) = b78cd4496510642a967b1d173e150d3cbe836b5c
Size (xaric-0.12.1.tar.gz) = 435998 bytes
+SHA1 (patch-aa) = 25948e1723987bf93f713895d6f8ac5d23a1e404
diff --git a/chat/xaric/patches/patch-aa b/chat/xaric/patches/patch-aa
new file mode 100644
index 00000000000..9d389fdffb2
--- /dev/null
+++ b/chat/xaric/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/12/16 15:20:47 joerg Exp $
+
+--- include/irc_std.h.orig 2005-12-16 15:15:15.000000000 +0000
++++ include/irc_std.h
+@@ -59,7 +59,6 @@ char *alloca();
+
+
+ # include <errno.h>
+-extern int errno;
+
+ #ifndef NBBY
+ # define NBBY 8 /* number of bits in a byte */