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

Collapse All | Expand All

(-)qt4-build.eclass (-1 / +1 lines)
Lines 302-308 build_directories() { Link Here
302
	for x in ${dirs}; do
302
	for x in ${dirs}; do
303
		cd "${S}"/${x}
303
		cd "${S}"/${x}
304
		"${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed"
304
		"${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed"
305
		emake || die "emake failed"
305
		emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die "emake failed"
306
	done
306
	done
307
}
307
}
308
308

Return to bug 275710