Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 542030 | Differences between
and this patch

Collapse All | Expand All

(-)a/llvm-3.5.0-r99.ebuild (-1 / +2 lines)
Lines 149-160 src_prepare() { Link Here
149
149
150
	epatch "${FILESDIR}"/${PN}-3.5-musl-fixes.patch
150
	epatch "${FILESDIR}"/${PN}-3.5-musl-fixes.patch
151
	epatch "${FILESDIR}"/${PN}-3.5-musl-support.patch
151
	epatch "${FILESDIR}"/${PN}-3.5-musl-support.patch
152
	epatch "${FILESDIR}"/${PN}-3.5-musl-compiler-rt.patch
153
152
154
	epatch "${FILESDIR}"/${P}-fix_LLVMExports_cmake.patch
153
	epatch "${FILESDIR}"/${P}-fix_LLVMExports_cmake.patch
155
154
156
	if use clang; then
155
	if use clang; then
157
		# Automatically select active system GCC's libraries, bugs #406163 and #417913
156
		# Automatically select active system GCC's libraries, bugs #406163 and #417913
157
		epatch "${FILESDIR}"/${PN}-3.5-musl-compiler-rt.patch
158
		epatch "${FILESDIR}"/${PN}-3.5-musl-clang-support.patch
158
		epatch "${FILESDIR}"/clang-3.5-gentoo-runtime-gcc-detection-v3.patch
159
		epatch "${FILESDIR}"/clang-3.5-gentoo-runtime-gcc-detection-v3.patch
159
160
160
		epatch "${FILESDIR}"/clang-3.5-gentoo-install.patch
161
		epatch "${FILESDIR}"/clang-3.5-gentoo-install.patch

Return to bug 542030