Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 427430
Collapse All | Expand All

(-)clang-3.1-r5.ebuild.orig (-1 / +5 lines)
Lines 75-81 Link Here
75
		-i tools/clang/test/lit.cfg  || die "test path sed failed"
75
		-i tools/clang/test/lit.cfg  || die "test path sed failed"
76
76
77
	# Automatically select active system GCC's libraries, bugs #406163 and #417913
77
	# Automatically select active system GCC's libraries, bugs #406163 and #417913
78
	epatch "${FILESDIR}"/${P}-gentoo-runtime-gcc-detection-v3.patch
78
	if use elibc_FreeBSD ; then
79
		epatch "${FILESDIR}"/${P}-gentoo-runtime-gcc-detection.patch
80
	else
81
		epatch "${FILESDIR}"/${P}-gentoo-runtime-gcc-detection-v3.patch
82
	fi
79
83
80
	# Fix search paths on FreeBSD, bug #409269
84
	# Fix search paths on FreeBSD, bug #409269
81
	epatch "${FILESDIR}"/${P}-gentoo-freebsd-fix-lib-path.patch
85
	epatch "${FILESDIR}"/${P}-gentoo-freebsd-fix-lib-path.patch

Return to bug 427430