summaryrefslogtreecommitdiff
path: root/net/libnice
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-08-23 15:26:47 +0000
committerhasso <hasso@pkgsrc.org>2009-08-23 15:26:47 +0000
commitedf53a7a1f099756b6210db131f501af1f001fb9 (patch)
tree37dfa9d3a2019986c15e7138c80eeba5899cfe6a /net/libnice
parent353c527440a6258e1d3680e2fd56b4ffb452279c (diff)
downloadpkgsrc-edf53a7a1f099756b6210db131f501af1f001fb9.tar.gz
Make it build on DragonFly and probably some others.
Diffstat (limited to 'net/libnice')
-rw-r--r--net/libnice/distinfo5
-rw-r--r--net/libnice/patches/patch-aa12
-rw-r--r--net/libnice/patches/patch-ab12
-rw-r--r--net/libnice/patches/patch-ac12
4 files changed, 40 insertions, 1 deletions
diff --git a/net/libnice/distinfo b/net/libnice/distinfo
index 16c7f6bf557..da1ac7fec8a 100644
--- a/net/libnice/distinfo
+++ b/net/libnice/distinfo
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/08/17 21:10:28 wiz Exp $
+$NetBSD: distinfo,v 1.2 2009/08/23 15:26:47 hasso Exp $
SHA1 (libnice-0.0.9.tar.gz) = 821cbeeb972874855724d8a9cfbaaa3086f62881
RMD160 (libnice-0.0.9.tar.gz) = 4b8f7e7f72dffa5af2d4ba251a18f8ab022d4d48
Size (libnice-0.0.9.tar.gz) = 627674 bytes
+SHA1 (patch-aa) = 2cc697d3bf493296a8ae67a3ea178b09a9eaff98
+SHA1 (patch-ab) = 4fadc44f00905a794baeec60adcffff7b7ccc909
+SHA1 (patch-ac) = 44bfa064cf005a59fa366d716046f4c633092987
diff --git a/net/libnice/patches/patch-aa b/net/libnice/patches/patch-aa
new file mode 100644
index 00000000000..200b65e81d9
--- /dev/null
+++ b/net/libnice/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2009/08/23 15:26:48 hasso Exp $
+
+--- stun/stunmessage.c.orig 2009-08-23 18:15:06 +0300
++++ stun/stunmessage.c 2009-08-23 18:15:25 +0300
+@@ -46,6 +46,7 @@
+ #else
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <netinet/in.h>
+ #endif
+
+
diff --git a/net/libnice/patches/patch-ab b/net/libnice/patches/patch-ab
new file mode 100644
index 00000000000..f3bfc418664
--- /dev/null
+++ b/net/libnice/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2009/08/23 15:26:48 hasso Exp $
+
+--- stun/utils.h.orig 2009-08-23 18:16:34 +0300
++++ stun/utils.h 2009-08-23 18:16:44 +0300
+@@ -49,6 +49,7 @@
+ #else
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <netinet/in.h>
+ #endif
+
+ # ifdef __cplusplus
diff --git a/net/libnice/patches/patch-ac b/net/libnice/patches/patch-ac
new file mode 100644
index 00000000000..8e0b5dd7636
--- /dev/null
+++ b/net/libnice/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2009/08/23 15:26:48 hasso Exp $
+
+--- agent/interfaces.c.orig 2009-08-23 18:17:31 +0300
++++ agent/interfaces.c 2009-08-23 18:18:07 +0300
+@@ -47,6 +47,7 @@
+ #include <net/if.h>
+ #include <net/if_arp.h>
+ #include <arpa/inet.h>
++#include <netinet/in.h>
+
+ #ifdef HAVE_GETIFADDRS
+