summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lermytte <gentoo@lermytte.be>2016-11-16 18:01:00 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-11-22 18:20:26 +0100
commit1fcf50de3b83e5cc9d64f0254f61bcaed4a43176 (patch)
tree5a9e3483a156e9adfd114d234d04711a9c171d39 /net-misc/gupnp-tools/gupnp-tools-0.8.11.ebuild
parentdev-libs/xmlrpc-c: version bump to 1.39.11. (diff)
downloadgentoo-1fcf50de3b83e5cc9d64f0254f61bcaed4a43176.tar.gz
gentoo-1fcf50de3b83e5cc9d64f0254f61bcaed4a43176.tar.bz2
gentoo-1fcf50de3b83e5cc9d64f0254f61bcaed4a43176.zip
net-misc/gupnp-tools: add upstream commit as a patch.
Gentoo-Bug: https://bugs.gentoo.org/598284 Closes: https://github.com/gentoo/gentoo/pull/2847
Diffstat (limited to 'net-misc/gupnp-tools/gupnp-tools-0.8.11.ebuild')
-rw-r--r--net-misc/gupnp-tools/gupnp-tools-0.8.11.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/net-misc/gupnp-tools/gupnp-tools-0.8.11.ebuild b/net-misc/gupnp-tools/gupnp-tools-0.8.11.ebuild
index 47ada59264e6..ad806d818a24 100644
--- a/net-misc/gupnp-tools/gupnp-tools-0.8.11.ebuild
+++ b/net-misc/gupnp-tools/gupnp-tools-0.8.11.ebuild
@@ -5,7 +5,7 @@
EAPI="5"
GCONF_DEBUG="no"
-inherit gnome2
+inherit gnome2 eutils
DESCRIPTION="Free replacements of Intel UPnP tools that use GUPnP"
HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"
@@ -30,3 +30,11 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
"
+
+src_prepare() {
+ # Fixes 598284 with upstream patch
+ # https://git.gnome.org/browse/gupnp-tools/commit/?id=e9ec9634207e4c2eea6d268ee29b57e687c1f178
+ epatch "${FILESDIR}"/${PN}-fix-compiling-when-using-recent-gupnp-av.patch
+ gnome2_src_prepare
+}
+