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

(-)a/llvm-9999.ebuild (-1 / +1 lines)
Lines 203-209 Link Here
203
	)
203
	)
204
204
205
	if use clang; then
205
	if use clang; then
206
		conf_flags+=( --with-clang-resource-dir=../lib/clang/3.5 )
206
		conf_flags+=( --with-clang-resource-dir=../lib/clang/3.5.0 )
207
	fi
207
	fi
208
	# well, it's used only by clang executable c-index-test
208
	# well, it's used only by clang executable c-index-test
209
	if multilib_build_binaries && use clang && use xml; then
209
	if multilib_build_binaries && use clang && use xml; then

Return to bug 504106