Fix build on DragonFly.
This commit is contained in:
parent
aa6bc539a0
commit
b2692ffcc2
2 changed files with 14 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/06/03 23:29:24 rh Exp $
|
||||
$NetBSD: distinfo,v 1.2 2006/06/05 16:26:07 joerg Exp $
|
||||
|
||||
SHA1 (libupnp-1.3.1.tar.gz) = a1fc5a0b250da80e249dbed6aba836b9a2b08972
|
||||
RMD160 (libupnp-1.3.1.tar.gz) = 9e02a9189576eedeb336c9af79f068e933d49d55
|
||||
|
@ -9,3 +9,4 @@ SHA1 (patch-ac) = 36f7d2bc43966efbde399c832f6e186900eaaab3
|
|||
SHA1 (patch-ad) = 48cf5476743acd415996dc3b065cc7d3cf9b4dbb
|
||||
SHA1 (patch-ae) = e60148122ddd01f8c1020235c58ec7fa3cf7b179
|
||||
SHA1 (patch-af) = f039c49bb8dbd27e714895824eab4a18d442dce3
|
||||
SHA1 (patch-ag) = e07e61f3c8f0765563055e1d82e1c2cbedd18515
|
||||
|
|
12
net/libupnp/patches/patch-ag
Normal file
12
net/libupnp/patches/patch-ag
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-ag,v 1.1 2006/06/05 16:26:07 joerg Exp $
|
||||
|
||||
--- upnp/src/urlconfig/urlconfig.c.orig 2006-06-05 16:17:49.000000000 +0000
|
||||
+++ upnp/src/urlconfig/urlconfig.c
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include <assert.h>
|
||||
+#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
Loading…
Reference in a new issue