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

(-)nvclock-0.8b.ebuild (-1 / +1 lines)
Lines 32-38 Link Here
32
	use gtk || myconf="${myconf} --disable-gtk"
32
	use gtk || myconf="${myconf} --disable-gtk"
33
	use qt3 || myconf="${myconf} --disable-qt"
33
	use qt3 || myconf="${myconf} --disable-qt"
34
34
35
	./configure ${myconf} || die
35
	MOC=/usr/qt/3/bin/moc ./configure ${myconf} || die
36
	make || die
36
	make || die
37
}
37
}
38
38

Return to bug 114872