diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 03:06:06 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 03:06:06 +0000 |
commit | e0e67bc1109e8a89600b02b04666486fe7695947 (patch) | |
tree | 214efb9a728217ef13e0251b822e2e40a1f2db86 /misc/wdic | |
parent | 0c21f68c9c4fd6a0f161c10dc79f5a27ff2a163c (diff) | |
download | pkgsrc-e0e67bc1109e8a89600b02b04666486fe7695947.tar.gz |
Add __INTERIX to conditional cpp block for <netinet/in.h>.
Diffstat (limited to 'misc/wdic')
-rw-r--r-- | misc/wdic/distinfo | 4 | ||||
-rw-r--r-- | misc/wdic/patches/patch-ab | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/wdic/distinfo b/misc/wdic/distinfo index 1434e8aed49..5bb3a635ce7 100644 --- a/misc/wdic/distinfo +++ b/misc/wdic/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/03/07 14:48:09 minskim Exp $ +$NetBSD: distinfo,v 1.2 2005/11/08 03:06:06 tv Exp $ SHA1 (wdic_wob_v3.0.tar.gz) = 63621be8f7fa12b24d6f318e7bb8fcbac82d38da RMD160 (wdic_wob_v3.0.tar.gz) = aba08a48dda7cf08902fe7e4820731d0caf406db Size (wdic_wob_v3.0.tar.gz) = 2885 bytes SHA1 (patch-aa) = 08f66e30af85a117673e7076a8e1cebc2048f489 -SHA1 (patch-ab) = 6f6653536441cb6f43635f81fcd74b1b6a1597e5 +SHA1 (patch-ab) = fb467b492f8ccf93e2eb33423f3ec7481f3d0cbe diff --git a/misc/wdic/patches/patch-ab b/misc/wdic/patches/patch-ab index 4608cc0c386..56843b43b16 100644 --- a/misc/wdic/patches/patch-ab +++ b/misc/wdic/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1.1.1 2005/03/07 14:48:09 minskim Exp $ +$NetBSD: patch-ab,v 1.2 2005/11/08 03:06:06 tv Exp $ --- wdic_wob_v3.0.c.orig Mon Jan 3 06:29:42 2005 +++ wdic_wob_v3.0.c @@ -6,7 +6,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2005/03/07 14:48:09 minskim Exp $ #include <string.h> #include <netdb.h> #include <sys/socket.h> -+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__APPLE__) ++#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__INTERIX) +#include <netinet/in.h> +#endif |