diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-08-31 15:25:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-08-31 15:26:35 +0300 |
commit | 879dd6fecbac5172994eca193ee970fac865166e (patch) | |
tree | 61afb776771980b1d68487d1cdcb1f9bcf1c42b8 /net-libs | |
parent | package.mask: remove mask for lastrited sys-fs/rarfs (diff) | |
download | gentoo-879dd6fecbac5172994eca193ee970fac865166e.tar.gz gentoo-879dd6fecbac5172994eca193ee970fac865166e.tar.bz2 gentoo-879dd6fecbac5172994eca193ee970fac865166e.zip |
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 <zlogene@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 |