summaryrefslogtreecommitdiff
path: root/multimedia/ushare/patches/patch-src_cms.c
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-04-13 23:44:38 +0000
committerobache <obache@pkgsrc.org>2012-04-13 23:44:38 +0000
commit91cb2f7a572280f99afb9ae46a7a9ca7e48f7460 (patch)
tree2fa202b1413b0b7547a88631d775306c2a459f5c /multimedia/ushare/patches/patch-src_cms.c
parent12012dad771b05d58c7c6f9af562247c64018b5d (diff)
downloadpkgsrc-91cb2f7a572280f99afb9ae46a7a9ca7e48f7460.tar.gz
* fixes build with libupnp>=1.6.7.
* Bump PKGREVISION from libupnp shlib bump.
Diffstat (limited to 'multimedia/ushare/patches/patch-src_cms.c')
-rw-r--r--multimedia/ushare/patches/patch-src_cms.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/ushare/patches/patch-src_cms.c b/multimedia/ushare/patches/patch-src_cms.c
new file mode 100644
index 00000000000..eb6972a8978
--- /dev/null
+++ b/multimedia/ushare/patches/patch-src_cms.c
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_cms.c,v 1.1 2012/04/13 23:44:39 obache Exp $
+
+* some header files are not included by libupnp>=1.6.7.
+
+--- src/cms.c.orig 2007-12-09 13:03:36.000000000 +0000
++++ src/cms.c
+@@ -20,6 +20,7 @@
+ */
+
+ #include <stdlib.h>
++#include <string.h>
+ #include <upnp/upnp.h>
+ #include <upnp/upnptools.h>
+