diff options
author | drochner <drochner> | 2012-11-06 18:59:46 +0000 |
---|---|---|
committer | drochner <drochner> | 2012-11-06 18:59:46 +0000 |
commit | c8b78eaef0f774a648b1f66e6b66f36b6d78770c (patch) | |
tree | 570412b8731de00c392592f3d92df2d2cfc3172a | |
parent | 4ba3fb3e2a9a7208179c04c2f305fd474567da15 (diff) | |
download | pkgsrc-c8b78eaef0f774a648b1f66e6b66f36b6d78770c.tar.gz |
add the patch
-rw-r--r-- | net/libupnp/patches/patch-aa | 14 |
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. + */ |