summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-02-08 18:48:22 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-02-08 18:48:22 +0000
commit625fbf62bedacbf38e42648562622544b44e943d (patch)
tree38ed149bbdd69709c876b7c7fd309f6825de7801 /net-libs/gupnp-igd
parentmedia-plugins/vdr-amarok pmask removal 08/Mar/2015, wrt bug 424255 (diff)
downloadgentoo-2-625fbf62bedacbf38e42648562622544b44e943d.tar.gz
gentoo-2-625fbf62bedacbf38e42648562622544b44e943d.tar.bz2
gentoo-2-625fbf62bedacbf38e42648562622544b44e943d.zip
add back gupnp-igd-0.2.2-underlinking.patch
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/gupnp-igd')
-rw-r--r--net-libs/gupnp-igd/ChangeLog6
-rw-r--r--net-libs/gupnp-igd/files/gupnp-igd-0.2.2-underlinking.patch16
2 files changed, 21 insertions, 1 deletions
diff --git a/net-libs/gupnp-igd/ChangeLog b/net-libs/gupnp-igd/ChangeLog
index 1978d48cf2aa..6f047e7b92dd 100644
--- a/net-libs/gupnp-igd/ChangeLog
+++ b/net-libs/gupnp-igd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/gupnp-igd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.54 2014/02/06 22:14:39 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.55 2014/02/08 18:48:22 ago Exp $
+
+ 08 Feb 2014; Agostino Sarubbo <ago@gentoo.org>
+ +files/gupnp-igd-0.2.2-underlinking.patch:
+ add back gupnp-igd-0.2.2-underlinking.patch
*gupnp-igd-0.2.3 (06 Feb 2014)
diff --git a/net-libs/gupnp-igd/files/gupnp-igd-0.2.2-underlinking.patch b/net-libs/gupnp-igd/files/gupnp-igd-0.2.2-underlinking.patch
new file mode 100644
index 000000000000..0e1dfb48a388
--- /dev/null
+++ b/net-libs/gupnp-igd/files/gupnp-igd-0.2.2-underlinking.patch
@@ -0,0 +1,16 @@
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index c4f7d47..f13b398 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -10,7 +10,7 @@ AC_STDC_HEADERS
+ AC_PROG_LIBTOOL
+ AC_FUNC_MMAP
+
+-PKG_CHECK_MODULES(LIBGUPNP, gobject-2.0 >= 2.14 gupnp-1.0 >= 0.18 gthread-2.0)
++PKG_CHECK_MODULES(LIBGUPNP, gobject-2.0 >= 2.14 gupnp-1.0 >= 0.18 gthread-2.0 gssdp-1.0)
+
+ # glib-genmarshal
+ GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0`