summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2015-09-11 22:35:50 +0100
committerMarkos Chandras <hwoarang@gentoo.org>2015-09-11 22:36:20 +0100
commitf3b7a35abb258019987890573b730f3c1f18ad04 (patch)
treec566b52582da3f14c5a077929966a39910416131 /net-libs/rb_libtorrent/rb_libtorrent-1.0.6.ebuild
parentapp-emulation/qemu: require mesa[egl] too (diff)
downloadgentoo-f3b7a35abb258019987890573b730f3c1f18ad04.tar.gz
gentoo-f3b7a35abb258019987890573b730f3c1f18ad04.tar.bz2
gentoo-f3b7a35abb258019987890573b730f3c1f18ad04.zip
net-libs/rb_libtorrent: Backport upstream patch to fix debug builds. Thanks to Eugene (#559728)
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-libs/rb_libtorrent/rb_libtorrent-1.0.6.ebuild')
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-1.0.6.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-1.0.6.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-1.0.6.ebuild
index 9bad38985765..45085823a62a 100644
--- a/net-libs/rb_libtorrent/rb_libtorrent-1.0.6.ebuild
+++ b/net-libs/rb_libtorrent/rb_libtorrent-1.0.6.ebuild
@@ -41,7 +41,10 @@ DEPEND="${RDEPEND}
RESTRICT="test"
-PATCHES=( "${FILESDIR}"/${PN}-1.0.2-python.patch )
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.0.2-python.patch
+ "${FILESDIR}"/${P}-fix-debug-build.patch
+)
AUTOTOOLS_IN_SOURCE_BUILD=1