summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2012-11-06 18:59:46 +0000
committerdrochner <drochner@pkgsrc.org>2012-11-06 18:59:46 +0000
commit6405feaf348ddacadd67ffc12378309ee708bebb (patch)
tree570412b8731de00c392592f3d92df2d2cfc3172a /net
parentb59078743554ea3a98de3b1b59646e7df9e0c24d (diff)
downloadpkgsrc-6405feaf348ddacadd67ffc12378309ee708bebb.tar.gz
add the patch
Diffstat (limited to 'net')
-rw-r--r--net/libupnp/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/libupnp/patches/patch-aa b/net/libupnp/patches/patch-aa
new file mode 100644
index 00000000000..2c0af87e19f
--- /dev/null
+++ b/net/libupnp/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.12 2012/11/06 18:59:46 drochner Exp $
+
+--- upnp/src/inc/uuid.h.orig 2012-02-23 17:48:42.000000000 +0000
++++ upnp/src/inc/uuid.h
+@@ -45,6 +45,9 @@ int uuid_create(
+ /*! . */
+ uuid_upnp * id);
+
++/* XXX avoid namespace conflict with system (DCE RPC) function */
++#define uuid_create upnp_uuid_create
++
+ /*!
+ * \brief Out will be xxxx-xx-xx-xx-xxxxxx format.
+ */