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

(-)/usr/local/gentoo/usr/portage/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild (+7 lines)
Lines 101-106 Link Here
101
		strip-unsupported-flags
101
		strip-unsupported-flags
102
	fi
102
	fi
103
103
104
	if use prefix && [[ "${CHOST}" == *-darwin* ]] ; then
105
		mycmakeargs+=(
106
			# disable use of SDK for the system itself
107
			-DDARWIN_macosx_CACHED_SYSROOT=/
108
		)
109
	fi
110
104
	cmake-utils_src_configure
111
	cmake-utils_src_configure
105
112
106
	if use test; then
113
	if use test; then

Return to bug 642644