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

Collapse All | Expand All

(-)qt4-build.eclass.old (+6 lines)
Lines 331-336 Link Here
331
		myconf+=" $(pkg-config --cflags freetype2)"
331
		myconf+=" $(pkg-config --cflags freetype2)"
332
	fi
332
	fi
333
333
334
	# Disable SSE4.x, since auto-detection is currently broken
335
	# Upstream bug http://bugreports.qt.nokia.com/browse/QTBUG-13623
336
	if version_is_at_least 4.7.1; then
337
		myconf+=" -no-sse4.1 -no-sse4.2"
338
	fi
339
334
	echo ./configure ${myconf}
340
	echo ./configure ${myconf}
335
	./configure ${myconf} || die "./configure failed"
341
	./configure ${myconf} || die "./configure failed"
336
	myconf=""
342
	myconf=""

Return to bug 344915