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

Collapse All | Expand All

(-)dbus-0.60-r1.ebuild (-1 / +2 lines)
Lines 53-59 Link Here
53
	use mono && myconf="${myconf} $(use_enable doc mono-docs)"
51
	use mono && myconf="${myconf} $(use_enable doc mono-docs)"
54
52
55
	if use qt; then
53
	if use qt; then
56
		myconf="${myconf} --enable-qt=${QTDIR} QT_MOC=${QTDIR}/bin/moc"
54
		myconf="${myconf} --enable-qt3"
55
		export ac_cv_path_QT3_MOC="${QTDIR}/bin/moc"
57
	else
56
	else
58
		myconf="${myconf} --disable-qt"
57
		myconf="${myconf} --disable-qt"
59
	fi
58
	fi

Return to bug 116582