summaryrefslogtreecommitdiff
path: root/chat/i2cbd
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-10-31 18:30:49 +0000
committertv <tv@pkgsrc.org>2005-10-31 18:30:49 +0000
commit0cc321d4e419bf8adcb20bad81d07f5b5d56c0d6 (patch)
tree64ac159af8b6356c6e512f5c952e27d87bc4981f /chat/i2cbd
parent97b7102961118cbf52302a8d744aa1fc0548aa6c (diff)
downloadpkgsrc-0cc321d4e419bf8adcb20bad81d07f5b5d56c0d6.tar.gz
Need <sys/time.h> to get fd_set (on Interix, and per POSIX).
Diffstat (limited to 'chat/i2cbd')
-rw-r--r--chat/i2cbd/distinfo3
-rw-r--r--chat/i2cbd/patches/patch-af12
2 files changed, 14 insertions, 1 deletions
diff --git a/chat/i2cbd/distinfo b/chat/i2cbd/distinfo
index a3446224e94..e1551219e53 100644
--- a/chat/i2cbd/distinfo
+++ b/chat/i2cbd/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 15:59:11 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/10/31 18:30:49 tv Exp $
SHA1 (i2cbd-2.0_BETA1.tar.gz) = d3578637f834a8628c270e1e9fd6db7683d1603c
RMD160 (i2cbd-2.0_BETA1.tar.gz) = 911296c8f69100cc2366345eb3a9e1b443e1510b
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = bca8ecb0f41be6405333f2bcf7722dc725ffc777
SHA1 (patch-ac) = ca8e6b7324a22fb9ecabf2374e34febb55196e28
SHA1 (patch-ad) = 3cf3cc389861f38fe6d12a896717f3716fa85bdf
SHA1 (patch-ae) = 52c7d65cfb4c453d9e3d135d903373f99a15131a
+SHA1 (patch-af) = 7b5257dc24f0b34a3205bd1accd83a068210a5fc
diff --git a/chat/i2cbd/patches/patch-af b/chat/i2cbd/patches/patch-af
new file mode 100644
index 00000000000..a86c9b9bbfc
--- /dev/null
+++ b/chat/i2cbd/patches/patch-af
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2005/10/31 18:30:49 tv Exp $
+
+--- src/externs.h.orig 2001-10-30 14:46:20.000000000 -0500
++++ src/externs.h
+@@ -3,6 +3,7 @@
+ /* For copying and distribution information, see the file COPYING */
+
+ #include <sys/types.h>
++#include <sys/time.h>
+ #include "config.h"
+ #include "ipcf.h"
+ #include "groups.h"