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- (-2 / +13 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 87-93 Link Here
87
	nokia tektronix the-open-group todd-c-miller x-truetype xfree86-1.0
87
	nokia tektronix the-open-group todd-c-miller x-truetype xfree86-1.0
88
	MIT SGI-B BSD || ( FTL GPL-2 )"
88
	MIT SGI-B BSD || ( FTL GPL-2 )"
89
SLOT="0"
89
SLOT="0"
90
KEYWORDS="~x86 ~ppc ~mips ~ppc64 ~amd64"
90
KEYWORDS="~x86 ~ppc ~mips ~ppc64 ~amd64 ~sparc"
91
91
92
DEPEND=">=sys-libs/ncurses-5.1
92
DEPEND=">=sys-libs/ncurses-5.1
93
	>=sys-libs/zlib-1.1.3-r2
93
	>=sys-libs/zlib-1.1.3-r2
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