summaryrefslogtreecommitdiff
path: root/net/wget
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-07-22 16:09:59 +0000
committertron <tron@pkgsrc.org>2001-07-22 16:09:59 +0000
commit57a90ef22ccf6478685e29a349440544a26747cd (patch)
treedb412cf4e4a3371ad3164c66672907d10d137bb2 /net/wget
parentf39622f1fc945a4a79c60bda4f8508d570bd09d3 (diff)
downloadpkgsrc-57a90ef22ccf6478685e29a349440544a26747cd.tar.gz
Reenable and fix KAME patch under Solaris because it includes an extra
translation.
Diffstat (limited to 'net/wget')
-rw-r--r--net/wget/patches/patch-ad14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/wget/patches/patch-ad b/net/wget/patches/patch-ad
new file mode 100644
index 00000000000..bda99f94a63
--- /dev/null
+++ b/net/wget/patches/patch-ad
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.3 2001/07/22 16:09:59 tron Exp $
+
+--- src/host.c.orig Sun Jul 22 17:33:22 2001
++++ src/host.c Sun Jul 22 17:34:47 2001
+@@ -206,7 +206,9 @@
+ memset(sa, 0, *len);
+ *len = sizeof(struct sockaddr_in);
+ sa->sa_family = AF_INET;
++#ifndef __sun__
+ sa->sa_len = *len; /*XXX*/
++#endif
+
+ where = (char *)&((struct sockaddr_in *)sa)->sin_addr;
+