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

Collapse All | Expand All

(-)qt4-build.eclass.orig (-2 / +4 lines)
Lines 173-180 Link Here
173
	# Bug 282984 && Bug 295530
176
	# Bug 282984 && Bug 295530
174
	sed -e "s:\(^SYSTEM_VARIABLES\):CC=$(tc-getCC)\nCXX=$(tc-getCXX)\n\1:" \
177
	sed -e "s:\(^SYSTEM_VARIABLES\):CC=$(tc-getCC)\nCXX=$(tc-getCXX)\n\1:" \
175
		-i configure || die "sed qmake compilers failed"
178
		-i configure || die "sed qmake compilers failed"
176
	sed -e "s:\(\$MAKE\):\1 CC=$(tc-getCC) CXX=$(tc-getCXX) LD=$(tc-getCXX):" \
179
	find ./config.tests/unix -name "*.test" -exec grep -lZ \$MAKE '{}' \; | \
177
		-i config.tests/unix/compile.test || die "sed test compilers failed"
180
		xargs -0 \
181
		sed -e "s:\(\$MAKE\):\1 CC=$(tc-getCC) CXX=$(tc-getCXX) LD=$(tc-getCXX) LINK=$(tc-getCXX):g" \
182
			-i || die "sed test compilers failed"
178
183
179
	# Bug 178652
184
	# Bug 178652
180
	if [[ $(gcc-major-version) == 3 ]] && use amd64; then
185
	if [[ $(gcc-major-version) == 3 ]] && use amd64; then

Return to bug 321335