summaryrefslogtreecommitdiff
path: root/textproc/ndtpd
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-08 19:48:49 +0000
committertv <tv@pkgsrc.org>2005-11-08 19:48:49 +0000
commit479866184edc7ed04e1bf05b98d081ca6ba76db8 (patch)
treea9184f91ba52135569b3f43a49e1f7a72c44d9c1 /textproc/ndtpd
parentcbba200ef0a63e602329ffa4667b439363d4cae0 (diff)
downloadpkgsrc-479866184edc7ed04e1bf05b98d081ca6ba76db8.tar.gz
Include <sys/time.h> to get fd_set on Interix.
Diffstat (limited to 'textproc/ndtpd')
-rw-r--r--textproc/ndtpd/distinfo3
-rw-r--r--textproc/ndtpd/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/textproc/ndtpd/distinfo b/textproc/ndtpd/distinfo
index e2f019b88cd..6307340b91f 100644
--- a/textproc/ndtpd/distinfo
+++ b/textproc/ndtpd/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 14:48:44 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/11/08 19:48:49 tv Exp $
SHA1 (ndtpd-3.1.5.tar.gz) = 0445cf4c9be4373f0ed06a545a0665f5e6fad7aa
RMD160 (ndtpd-3.1.5.tar.gz) = 6b54e2e3d4ca30f4c78363696d9127edf72deece
Size (ndtpd-3.1.5.tar.gz) = 558367 bytes
+SHA1 (patch-aa) = 79bff6268ccd29b829be1e95d923c64d32873551
SHA1 (patch-ac) = e45fe692355d6dae0b5a56f4e32201cbd606f125
diff --git a/textproc/ndtpd/patches/patch-aa b/textproc/ndtpd/patches/patch-aa
new file mode 100644
index 00000000000..c6c6c3c6d4e
--- /dev/null
+++ b/textproc/ndtpd/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2005/11/08 19:48:49 tv Exp $
+
+--- src/defs.h.in.orig 2001-03-01 09:35:35.000000000 -0500
++++ src/defs.h.in
+@@ -24,6 +24,7 @@
+ #include <time.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <sys/time.h>
+
+ #include <eb/eb.h>
+ #include <eb/error.h>