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

Collapse All | Expand All

(-)xorg-x11-6.8.0-r4.ebuild- (-1 / +10 lines)
Lines 40-46 Link Here
40
# IUSE="gatos" disabled because gatos is broken on ~4.4 now (31 Jan 2004)
40
# IUSE="gatos" disabled because gatos is broken on ~4.4 now (31 Jan 2004)
41
IUSE="3dfx 3dnow bitmap-fonts cjk debug dlloader dmx doc font-server hardened
41
IUSE="3dfx 3dnow bitmap-fonts cjk debug dlloader dmx doc font-server hardened
42
	insecure-drivers ipv6 minimal mmx nls opengl pam sdk sse static
42
	insecure-drivers ipv6 minimal mmx nls opengl pam sdk sse static
43
	truetype-fonts type1-fonts uclibc xprint xv"
43
	truetype-fonts type1-fonts uclibc xaa xprint xv"
44
# IUSE_INPUT_DEVICES="synaptics wacom"
44
# IUSE_INPUT_DEVICES="synaptics wacom"
45
45
46
FILES_VER="0.6"
46
FILES_VER="0.6"
Lines 224-229 Link Here
224
	cd ${WORKDIR}
224
	cd ${WORKDIR}
225
	EPATCH_SUFFIX="patch" \
225
	EPATCH_SUFFIX="patch" \
226
	epatch ${PATCHDIR}
226
	epatch ${PATCHDIR}
227
	##
228
	# Big sunffb patch for xaa, no cfb, etc.  This is
229
	# https://bugs.freedesktop.org/show_bug.cgi?id=1891
230
	if use sparc && use xaa; then
231
		einfo "Applying davem's xorg patch 1891:"
232
		einfo "Add xaa support to sunffb, remove some cfb dependency"
233
		cd ${WORKDIR}
234
		epatch ${FILESDIR}/092_Xserver_sunffb_xaa_extension.diff
235
	fi
227
	cd ${S}
236
	cd ${S}
228
237
229
	host_def_setup
238
	host_def_setup

Return to bug 63994