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

Collapse All | Expand All

(-)a/libcxx-9999.ebuild (-3 / +6 lines)
Lines 67-75 multilib_src_compile() { Link Here
67
# Tests fail for now, if anybody is able to fix them, help is very welcome.
67
# Tests fail for now, if anybody is able to fix them, help is very welcome.
68
multilib_src_test() {
68
multilib_src_test() {
69
	cd "${BUILD_DIR}/test"
69
	cd "${BUILD_DIR}/test"
70
	LD_LIBRARY_PATH="${BUILD_DIR}/lib:${LD_LIBRARY_PATH}" \
70
	if [[ ${ABI} == x86_fbsd ]] && has_multilib_profile ; then
71
	LD_32_LIBRARY_PATH="${BUILD_DIR}/lib:${LD_32_LIBRARY_PATH}" \
71
		export LD_32_LIBRARY_PATH="${BUILD_DIR}/lib:${LD_32_LIBRARY_PATH}"
72
		CC="clang++ $(get_abi_CFLAGS) ${CXXFLAGS}" \
72
	else
73
		export LD_LIBRARY_PATH="${BUILD_DIR}/lib:${LD_LIBRARY_PATH}"
74
	fi
75
	CC="clang++ $(get_abi_CFLAGS) ${CXXFLAGS}" \
73
		HEADER_INCLUDE="-I${BUILD_DIR}/include" \
76
		HEADER_INCLUDE="-I${BUILD_DIR}/include" \
74
		SOURCE_LIB="-L${BUILD_DIR}/lib" \
77
		SOURCE_LIB="-L${BUILD_DIR}/lib" \
75
		LIBS="-lm" \
78
		LIBS="-lm" \

Return to bug 475294