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

Collapse All | Expand All

(-)xorg-server-1.4-r2.ebuild.orig (-8 / +1 lines)
Lines 281-286 Link Here
281
	${FILESDIR}/${PV}-fix-xephyr-link.patch
281
	${FILESDIR}/${PV}-fix-xephyr-link.patch
282
	${FILESDIR}/${PV}-fix-xprint-build.patch
282
	${FILESDIR}/${PV}-fix-xprint-build.patch
283
	${FILESDIR}/${PV}-fix-xprint-link.patch
283
	${FILESDIR}/${PV}-fix-xprint-link.patch
284
	${FILESDIR}/${PV}-fix-kdrive-automake.patch
284
	"
285
	"
285
286
286
pkg_setup() {
287
pkg_setup() {
Lines 486-499 Link Here
486
		fi
487
		fi
487
488
488
	done
489
	done
489
490
	# smi and via are the only things on line 2. If line 2 ends up blank,
491
	# we need to get rid of the backslash at the end of line 1.
492
	if ! use video_cards_siliconmotion && ! use video_cards_via; then
493
		sed -i \
494
			-e "s:^\(VESA_SUBDIRS.*\)\\\:\1:g" \
495
			"${S}"/hw/kdrive/Makefile.am
496
	fi
497
}
490
}
498
491
499
dynamic_libgl_install() {
492
dynamic_libgl_install() {

Return to bug 195551