commit: 25e1006d17d8dee337d0f68e6449d41330e3e957
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 9 14:46:30 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Jan 9 14:46:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=25e1006d
sys-libs/libcxx: drop obsolete patch
Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6
sys-libs/libcxx/libcxx-3.8.1.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sys-libs/libcxx/libcxx-3.8.1.ebuild
b/sys-libs/libcxx/libcxx-3.8.1.ebuild
index 47ba26312d..df64d3fe6f 100644
--- a/sys-libs/libcxx/libcxx-3.8.1.ebuild
+++ b/sys-libs/libcxx/libcxx-3.8.1.ebuild
@@ -74,9 +74,6 @@ src_prepare() {
if [[ ${CHOST} == *darwin* ]] ; then
epatch "${FILESDIR}"/${PN}-3.5.1-olddarwin.patch
- [[ "${CHOST##*-darwin}" -le 10 ]] && \
- epatch "${FILESDIR}"/${PN}-3.5.1-cmath-conv.patch
-
# libc++abi needs stack unwinding functions provided by
libSystem on
# Mac OS X >= 10.6. On < 10.6 they're in libgcc_s. So force link
# against that. Additionally, the crt1.o provided by our
gcc-apple