From 879dd6fecbac5172994eca193ee970fac865166e Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Mon, 31 Aug 2020 15:25:59 +0300 Subject: net-libs/libtorrent-rasterbar: remove c++11 in python Closes: https://bugs.gentoo.org/73965 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Mikle Kolyada --- net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'net-libs') diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild index cd0f738cc559..1500e4416637 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild @@ -82,6 +82,9 @@ src_configure() { econf "${myeconfargs[@]}" \ --enable-python-binding \ --with-boost-python="boost_${EPYTHON/./}" + # git rid of c++11 + sed s/-std=c++11//g < bindings/python/compile_cmd > bindings/python/compile_cmd.new || die + mv -f bindings/python/compile_cmd.new bindings/python/compile_cmd || die } distutils-r1_src_configure fi -- cgit v1.2.3-65-gdbad