summaryrefslogtreecommitdiff
path: root/chat/blackened
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-13 16:02:11 +0000
committerjoerg <joerg>2005-12-13 16:02:11 +0000
commitb717692e2fdfaefcfab2e9c122351ea9e14ff055 (patch)
treeb1da5af9277f1a831e5422be9344eb2a2acc068d /chat/blackened
parent9f920db42a75d64d86cc1062f06f06bfd45a8900 (diff)
downloadpkgsrc-b717692e2fdfaefcfab2e9c122351ea9e14ff055.tar.gz
Fix errno.
Diffstat (limited to 'chat/blackened')
-rw-r--r--chat/blackened/distinfo3
-rw-r--r--chat/blackened/patches/patch-ab12
2 files changed, 14 insertions, 1 deletions
diff --git a/chat/blackened/distinfo b/chat/blackened/distinfo
index 8c7af1cdb1f..8abaceb6e2f 100644
--- a/chat/blackened/distinfo
+++ b/chat/blackened/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 15:59:10 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/12/13 16:02:11 joerg Exp $
SHA1 (blackened-1.7.1.tar.gz) = 2101762d9b78792616e71bfc3b08113a806c088a
RMD160 (blackened-1.7.1.tar.gz) = 7a57d36f965e18b42c9c0bcfa52b9a8ba55316f7
Size (blackened-1.7.1.tar.gz) = 675752 bytes
SHA1 (patch-aa) = 8bc21cd2aad84e5007126f53ad5e951e67ab3e03
+SHA1 (patch-ab) = a64908228f75aea6053879fdd0d4b9c0195647a1
diff --git a/chat/blackened/patches/patch-ab b/chat/blackened/patches/patch-ab
new file mode 100644
index 00000000000..a38c5015393
--- /dev/null
+++ b/chat/blackened/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2005/12/13 16:02:11 joerg Exp $
+
+--- include/irc_std.h.orig 2005-12-13 15:55:14.000000000 +0000
++++ include/irc_std.h
+@@ -26,7 +26,6 @@
+ # include <sys/select.h>
+ #else
+ # include <errno.h>
+-extern int errno;
+ #endif /* _IBMR2 */
+
+ #ifdef TRUE