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

Collapse All | Expand All

(-)qt5-build.eclass.orig (-1 / +4 lines)
Lines 122-128 case ${QT5_BUILD_TYPE} in Link Here
122
	release) : ${QT5_BUILD_DIR:=${S}} ;; # workaround for bug 497312
122
	release) : ${QT5_BUILD_DIR:=${S}} ;; # workaround for bug 497312
123
esac
123
esac
124
124
125
IUSE="debug test"
125
IUSE="cpu_flags_x86_sse2 debug test"
126
126
127
[[ ${PN} == qtwebkit ]] && RESTRICT+=" mirror" # bug 524584
127
[[ ${PN} == qtwebkit ]] && RESTRICT+=" mirror" # bug 524584
128
[[ ${QT5_BUILD_TYPE} == release ]] && RESTRICT+=" test" # bug 457182
128
[[ ${QT5_BUILD_TYPE} == release ]] && RESTRICT+=" test" # bug 457182
Lines 588-593 qt5_base_configure() { Link Here
588
		$(is-flagq -mno-dsp   && echo -no-mips_dsp)
588
		$(is-flagq -mno-dsp   && echo -no-mips_dsp)
589
		$(is-flagq -mno-dspr2 && echo -no-mips_dspr2)
589
		$(is-flagq -mno-dspr2 && echo -no-mips_dspr2)
590
590
591
		# Check for availability of SSE2 and switch off if necessary
592
		$(use cpu_flags_x86_sse2 || echo -no-sse2)
593
		
591
		# use pkg-config to detect include and library paths
594
		# use pkg-config to detect include and library paths
592
		-pkg-config
595
		-pkg-config
593
596

Return to bug 648004