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 (+3 lines)
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
		$(is-flagq -msse2 || 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