From 1cfd854753dc82931f2a28aa2a6b220578ef35f7 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Wed, 27 Jul 2016 21:55:59 +0300 Subject: net-p2p/retroshare: backport upstream fixes for building with Qt5 and new C++ ABI Gentoo-Bug: 584832 Package-Manager: portage-2.3.0 --- net-p2p/retroshare/retroshare-0.6.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'net-p2p/retroshare/retroshare-0.6.0.ebuild') diff --git a/net-p2p/retroshare/retroshare-0.6.0.ebuild b/net-p2p/retroshare/retroshare-0.6.0.ebuild index 708897151623..bf71893612b1 100644 --- a/net-p2p/retroshare/retroshare-0.6.0.ebuild +++ b/net-p2p/retroshare/retroshare-0.6.0.ebuild @@ -78,6 +78,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}/RetroShare-${PV}" +PATCHES=( "${FILESDIR}/${P}-c11-compat.patch" ) + src_prepare() { local dir @@ -99,6 +101,7 @@ src_prepare() { retroshare-gui/src/retroshare-gui.pro \ retroshare-nogui/src/retroshare-nogui.pro || die 'sed on retroshare-gui/src/retroshare-gui.pro failed' + epatch ${PATCHES[@]} eapply_user } -- cgit v1.2.3-65-gdbad