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

(-)/usr/portage/www-client/chromium/chromium-19.0.1084.56-r1.ebuild (-1 / +7 lines)
Lines 261-267 Link Here
261
		strip-flags
261
		strip-flags
262
	fi
262
	fi
263
263
264
	egyp_chromium ${myconf} || die
264
	local gyp_defines=""
265
	if $(tc-getCC) --version |grep clang >/dev/null; then
266
		gyp_defines+=" clang=1"
267
		myconf+=" -Dclang=1"
268
	fi
269
270
	GYP_DEFINES="${gyp_defines}" egyp_chromium ${myconf} || die
265
}
271
}
266
272
267
src_compile() {
273
src_compile() {

Return to bug 422829