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

Collapse All | Expand All

(-)libcxx-5.0.1.ebuild.orig (+9 lines)
Lines 61-66 Link Here
61
	"${FILESDIR}/${PN}-3.9-cmake-link-flags.patch"
61
	"${FILESDIR}/${PN}-3.9-cmake-link-flags.patch"
62
)
62
)
63
63
64
src_prepare() {
65
	default
66
67
	# eprefixify static path references to libc++abi for symbol re-export to
68
	# avoid linking against it twice in both /usr/lib and ${EPREFIX}/usr/lib
69
	local lcpa=/usr/lib/libc++abi.dylib
70
	sed -i -e "s,${lcpa},${EPREFIX}${lcpa},g" lib/CMakeLists.txt
71
}
72
64
python_check_deps() {
73
python_check_deps() {
65
	has_version "dev-python/lit[${PYTHON_USEDEP}]"
74
	has_version "dev-python/lit[${PYTHON_USEDEP}]"
66
}
75
}

Return to bug 538364