summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg>2012-12-25 21:04:15 +0000
committerjoerg <joerg>2012-12-25 21:04:15 +0000
commit1e2fe60145a5d603d74ab8f1e7837e163872bcf2 (patch)
tree6fc11720b7fafd092ee1097f0dfb03c7359f0f1e /net
parent28d5754a7bdcff1a9ffb406203c782eac9b6900d (diff)
downloadpkgsrc-1e2fe60145a5d603d74ab8f1e7837e163872bcf2.tar.gz
stddef.h needed for size_t.
Diffstat (limited to 'net')
-rw-r--r--net/miredo/distinfo3
-rw-r--r--net/miredo/patches/patch-libteredo_tunnel.h12
2 files changed, 14 insertions, 1 deletions
diff --git a/net/miredo/distinfo b/net/miredo/distinfo
index 7a3eb90f259..d65dd848b56 100644
--- a/net/miredo/distinfo
+++ b/net/miredo/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.11 2010/06/15 23:49:30 pettai Exp $
+$NetBSD: distinfo,v 1.12 2012/12/25 21:04:15 joerg Exp $
SHA1 (miredo-1.2.2.tar.bz2) = 9facd2ef23ae7a9969dfbe179a6c3ebddd87a2cc
RMD160 (miredo-1.2.2.tar.bz2) = 16c9ec08d5ae935027a49153dc44745e2cc916c7
Size (miredo-1.2.2.tar.bz2) = 529200 bytes
SHA1 (patch-ab) = b9b1ed3d47ebe992e3eb33dec46a7419273e7d3c
SHA1 (patch-ah) = 2091460b84a8a84a4e7595e5ec4fa13b03287c4f
+SHA1 (patch-libteredo_tunnel.h) = 0706d37f83d94b1b3b4dfedaf5e484a4dcc2eb4a
diff --git a/net/miredo/patches/patch-libteredo_tunnel.h b/net/miredo/patches/patch-libteredo_tunnel.h
new file mode 100644
index 00000000000..6f928e50544
--- /dev/null
+++ b/net/miredo/patches/patch-libteredo_tunnel.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-libteredo_tunnel.h,v 1.1 2012/12/25 21:04:15 joerg Exp $
+
+--- libteredo/tunnel.h.orig 2012-12-25 14:06:38.000000000 +0000
++++ libteredo/tunnel.h
+@@ -32,6 +32,7 @@
+ # define LIBTEREDO_TUNNEL_H
+
+ # include <stdbool.h>
++# include <stddef.h>
+
+ # ifdef __cplusplus
+ extern "C" {