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

Collapse All | Expand All

(-)eclass/qt4-build.eclass.orig (-1 / +1 lines)
Lines 176-182 Link Here
176
		-plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR}
176
		-plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR}
177
		-translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR}
177
		-translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR}
178
		-demosdir ${QTDEMOSDIR} -silent -fast -reduce-relocations
178
		-demosdir ${QTDEMOSDIR} -silent -fast -reduce-relocations
179
		-nomake examples -nomake demos"
179
		-nomake examples -nomake demos -no-exceptions"
180
180
181
	echo "${myconf}"
181
	echo "${myconf}"
182
}
182
}

Return to bug 240185