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

Collapse All | Expand All

(-)xorg-x11-6.8.1.902.ebuild- (-1 / +12 lines)
Lines 44-50 Link Here
44
# IUSE="gatos" disabled because gatos is broken on ~4.4 now (31 Jan 2004)
44
# IUSE="gatos" disabled because gatos is broken on ~4.4 now (31 Jan 2004)
45
IUSE="3dfx 3dnow bitmap-fonts cjk debug dlloader dmx doc font-server hardened
45
IUSE="3dfx 3dnow bitmap-fonts cjk debug dlloader dmx doc font-server hardened
46
	insecure-drivers ipv6 minimal mmx nls opengl pam sdk sse static
46
	insecure-drivers ipv6 minimal mmx nls opengl pam sdk sse static
47
	truetype-fonts type1-fonts uclibc xprint xv"
47
	truetype-fonts type1-fonts uclibc xaa xprint xv"
48
# IUSE_INPUT_DEVICES="synaptics wacom"
48
# IUSE_INPUT_DEVICES="synaptics wacom"
49
49
50
FILES_VER="0.3"
50
FILES_VER="0.3"
Lines 216-221 Link Here
216
	cd ${WORKDIR}
216
	cd ${WORKDIR}
217
	EPATCH_SUFFIX="patch" \
217
	EPATCH_SUFFIX="patch" \
218
	epatch ${PATCHDIR}
218
	epatch ${PATCHDIR}
219
	##
220
	# Big sunffb patch for xaa, no cfb, etc.  This is
221
	# https://bugs.freedesktop.org/show_bug.cgi?id=1891
222
	# einfo "Fix general fb [r,g,b] <--> [b,g,r] mixup"
223
	# epatch ${FILESDIR}/072_Xserver_fb_convert_RGB_to_BGR.diff
224
	if use sparc && use xaa; then
225
		einfo "Applying davem's xorg patch 1891:"
226
		einfo "Add xaa support to sunffb, remove some cfb dependency"
227
		cd ${WORKDIR}
228
		epatch ${FILESDIR}/092_Xserver_sunffb_xaa_extension.diff
229
	fi
219
	cd ${S}
230
	cd ${S}
220
231
221
	host_def_setup
232
	host_def_setup

Return to bug 79467