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

Collapse All | Expand All

(-)a/x11-base/xorg-server/xorg-server-9999.ebuild (+1 lines)
Lines 189-194 src_configure() { Link Here
189
}
189
}
190
190
191
src_compile() {
191
src_compile() {
192
	export TOP_SRCDIR=${S}
192
	emake # no die here intentional
193
	emake # no die here intentional
193
	if [[ $? != 0 ]]; then
194
	if [[ $? != 0 ]]; then
194
		[[ ${OLD_IMPLEM} != ${OPENGL_DIR} ]] && eselect opengl set ${OLD_IMPLEM}
195
		[[ ${OLD_IMPLEM} != ${OPENGL_DIR} ]] && eselect opengl set ${OLD_IMPLEM}

Return to bug 348228