summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorhe <he>2003-01-15 21:02:06 +0000
committerhe <he>2003-01-15 21:02:06 +0000
commitddc1f420401a1e837272f0fcf8dd9bba39a81e7a (patch)
tree105307105a679d09c9987faa08115703f20d1874 /lang
parent6e8b2848ec9e3fa3541564f030bf384c594ee14e (diff)
downloadpkgsrc-ddc1f420401a1e837272f0fcf8dd9bba39a81e7a.tar.gz
Make this build on 1.5.3 as well; need <sys/types.h> before
<sys/socket.h>.
Diffstat (limited to 'lang')
-rw-r--r--lang/wonka/distinfo3
-rw-r--r--lang/wonka/patches/patch-aq10
2 files changed, 12 insertions, 1 deletions
diff --git a/lang/wonka/distinfo b/lang/wonka/distinfo
index 9596953841f..f9732fc593f 100644
--- a/lang/wonka/distinfo
+++ b/lang/wonka/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2002/11/12 11:17:15 skrll Exp $
+$NetBSD: distinfo,v 1.4 2003/01/15 21:02:06 he Exp $
SHA1 (wonka-src-0.9.4-release.tar.gz) = 4ddf85278f15ce88c534053c635ce632d94b5a73
Size (wonka-src-0.9.4-release.tar.gz) = 6165841 bytes
@@ -18,3 +18,4 @@ SHA1 (patch-am) = 60ee234ab999e49804ac8cb5d7d2a79c32bd4937
SHA1 (patch-an) = 879dfcde48bd272dbb2968f85c6691237116d0c2
SHA1 (patch-ao) = b70f421279870f2895e75cd0cd4138057132ec50
SHA1 (patch-ap) = 2a2138a91c1431b671953f7a16e1757c1a13a02c
+SHA1 (patch-aq) = 2d4b70bd5129d9cdcc65cb9c35c6453f1f936206
diff --git a/lang/wonka/patches/patch-aq b/lang/wonka/patches/patch-aq
new file mode 100644
index 00000000000..db5d3d3762f
--- /dev/null
+++ b/lang/wonka/patches/patch-aq
@@ -0,0 +1,10 @@
+$NetBSD: patch-aq,v 1.1 2003/01/15 21:02:07 he Exp $
+
+--- network/native/hal/hostos/netbsd/include/network.h.orig Wed Jan 15 21:58:56 2003
++++ network/native/hal/hostos/netbsd/include/network.h
+@@ -29,4 +29,5 @@
+ */
+
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/time.h>