diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-05 16:26:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-05 16:26:07 +0000 |
commit | b2692ffcc2d89d4531ade58fd3a33d0c1770f331 (patch) | |
tree | 2cf42ad6560d466731d789d468a6082c0d542f3d /net | |
parent | aa6bc539a05e92fe091a15c0e1314b97cc7af0cd (diff) | |
download | pkgsrc-b2692ffcc2d89d4531ade58fd3a33d0c1770f331.tar.gz |
Fix build on DragonFly.
Diffstat (limited to 'net')
-rw-r--r-- | net/libupnp/distinfo | 3 | ||||
-rw-r--r-- | net/libupnp/patches/patch-ag | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/net/libupnp/distinfo b/net/libupnp/distinfo index 460e8998cfb..7b45e38a5ce 100644 --- a/net/libupnp/distinfo +++ b/net/libupnp/distinfo @@ -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 diff --git a/net/libupnp/patches/patch-ag b/net/libupnp/patches/patch-ag new file mode 100644 index 00000000000..4bc0da43ec5 --- /dev/null +++ b/net/libupnp/patches/patch-ag @@ -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> |