pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/wdic Add __INTERIX to conditional cpp block for <...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aabedadb5133
branches:  trunk
changeset: 502664:aabedadb5133
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 08 03:06:06 2005 +0000

description:
Add __INTERIX to conditional cpp block for <netinet/in.h>.

diffstat:

 misc/wdic/distinfo         |  4 ++--
 misc/wdic/patches/patch-ab |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 5b77e3612e7f -r aabedadb5133 misc/wdic/distinfo
--- a/misc/wdic/distinfo        Tue Nov 08 03:03:44 2005 +0000
+++ b/misc/wdic/distinfo        Tue Nov 08 03:06:06 2005 +0000
@@ -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 -r 5b77e3612e7f -r aabedadb5133 misc/wdic/patches/patch-ab
--- a/misc/wdic/patches/patch-ab        Tue Nov 08 03:03:44 2005 +0000
+++ b/misc/wdic/patches/patch-ab        Tue Nov 08 03:06:06 2005 +0000
@@ -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 @@
  #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
  



Home | Main Index | Thread Index | Old Index