summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-05-20 08:25:24 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-05-20 08:26:10 +0100
commit78cd431b62a02ca951200937750ec24d47a3185a (patch)
treec214e1c6358453a958d6bf96e278032c20f99a06 /sys-libs/newlib/newlib-9999.ebuild
parentdev-python/virtualenv: Bump to 16.7.10 (diff)
downloadgentoo-78cd431b62a02ca951200937750ec24d47a3185a.tar.gz
gentoo-78cd431b62a02ca951200937750ec24d47a3185a.tar.bz2
gentoo-78cd431b62a02ca951200937750ec24d47a3185a.zip
sys-libs/newlib: don't use c++ _nano libs, bug #723756
Gentoo's and upstream gccs don't install _nano variants of stdc++ and supc++. Let's not refer to them in nano specs of newlib until we do (or better yet upstream does) have these libraries. Reported-by: David Flogeras Closes: https://bugs.gentoo.org/723756 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs/newlib/newlib-9999.ebuild')
-rw-r--r--sys-libs/newlib/newlib-9999.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-libs/newlib/newlib-9999.ebuild b/sys-libs/newlib/newlib-9999.ebuild
index 6362c1259bd1..bd8e3d1de3f5 100644
--- a/sys-libs/newlib/newlib-9999.ebuild
+++ b/sys-libs/newlib/newlib-9999.ebuild
@@ -29,6 +29,10 @@ SLOT="0"
IUSE="nls threads unicode headers-only nano"
RESTRICT="strip"
+PATCHES=(
+ "${FILESDIR}"/${PN}-3.3.0-no-nano-cxx.patch
+)
+
NEWLIBBUILD="${WORKDIR}/build"
NEWLIBNANOBUILD="${WORKDIR}/build.nano"
NEWLIBNANOTMPINSTALL="${WORKDIR}/nano_tmp_install"