From: Michał Górny Date: Sun, 15 Oct 2017 12:04:07 +0000 (+0200) Subject: sys-devel/clang: extra LD_LIBRARY_PATH fix backported in 5.0.9999 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=be1eda04e61aaf747e0ddebc3675dd114e85e90a;p=gentoo.git sys-devel/clang: extra LD_LIBRARY_PATH fix backported in 5.0.9999 --- 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 }