From be1eda04e61aaf747e0ddebc3675dd114e85e90a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 15 Oct 2017 14:04:07 +0200 Subject: [PATCH] sys-devel/clang: extra LD_LIBRARY_PATH fix backported in 5.0.9999 --- sys-devel/clang/clang-5.0.9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys-devel/clang/clang-5.0.9999.ebuild b/sys-devel/clang/clang-5.0.9999.ebuild index 82cff8b91407..82f086b4918b 100644 --- a/sys-devel/clang/clang-5.0.9999.ebuild +++ b/sys-devel/clang/clang-5.0.9999.ebuild @@ -105,11 +105,6 @@ src_prepare() { # fix finding compiler-rt libs eapply "${FILESDIR}"/5.0.0/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch - cd tools/extra || die - # fix stand-alone test build for extra tools - eapply "${FILESDIR}"/5.0.0/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch - cd - >/dev/null || die - # User patches eapply_user } -- 2.26.2