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

(-)/usr/portage/x11-themes/polymer/polymer-0.3.1.ebuild (+8 lines)
Lines 19-24 Link Here
19
need-qt 3.3
19
need-qt 3.3
20
20
21
src_compile() {
21
src_compile() {
22
	# we need this because at this point QTDIR is set (by qt3.eclass),
23
	# but not exported.
24
	export QTDIR
25
	# qt3.eclass should do this for us but that doesn't work for
26
	# reasons beyond me
27
	addwrite "$QTDIR/etc/settings"
28
	addpredict "$QTDIR/etc/settings"
29
	
22
	local myconf
30
	local myconf
23
	# Have to use this syntax for enabling as configure is a little broken
31
	# Have to use this syntax for enabling as configure is a little broken
24
	use mmx && myconf="--enable-mmx"
32
	use mmx && myconf="--enable-mmx"

Return to bug 102126