Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/2868
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
virtual/pkgconfig
"
+src_prepare() {
+ # Fix build with recent gupnp, bug #597952
+ epatch "${FILESDIR}"/${P}-fix-references-to-GUPnPContextManager.patch
+ default
+}
+
src_install() {
default
prune_libtool_files
--- /dev/null
+Fix build with recent gupnp version
+
+Gentoo-Bug: 597952
+--- a/libdleyna/server/upnp.h
++++ b/libdleyna/server/upnp.h
+@@ -24,6 +24,7 @@
+ #define DLS_UPNP_H__
+
+ #include <libdleyna/core/connector.h>
++#include <libgupnp/gupnp-context-manager.h>
+
+ #include "client.h"
+ #include "async.h"