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

Collapse All | Expand All

(-)/usr/portage/x11-base/xorg-x11/xorg-x11-6.7.0-r2.ebuild (-2 / +9 lines)
Lines 19-25 Link Here
19
RESTRICT="nostrip"
19
RESTRICT="nostrip"
20
20
21
# IUSE="gatos" disabled because gatos is broken on ~4.4 now (31 Jan 2004)
21
# IUSE="gatos" disabled because gatos is broken on ~4.4 now (31 Jan 2004)
22
IUSE="3dfx 3dnow cjk debug dlloader doc ipv6 mmx nls pam sdk sse static"
22
IUSE="3dfx 3dnow cjk debug dlloader doc ipv6 motif mmx nls pam sdk sse static"
23
# IUSE_INPUT_DEVICES="synaptics wacom"
23
# IUSE_INPUT_DEVICES="synaptics wacom"
24
24
25
FILES_VER="0.2"
25
FILES_VER="0.2"
Lines 193-199 Link Here
193
193
194
		# 9385_all_6.7.0-motif-allow-fhs-and-default-off.patch from upstream
194
		# 9385_all_6.7.0-motif-allow-fhs-and-default-off.patch from upstream
195
		# turns off HasMotif YES default on Linux and BSDs, so we need this
195
		# turns off HasMotif YES default on Linux and BSDs, so we need this
196
		echo "#define HasMotif YES" >> config/cf/host.def
196
		# if we actually want motif Bug #57271
197
		if use motif && [ "`best_version x11-libs/openmotif`" ]
198
			then	
199
				echo "#define HasMotif YES" >> config/cf/host.def
200
			else
201
				einfo "HasMotif Disabled"
202
				echo "#define HasMotif NO" >> config/cf/host.def
203
		fi
197
204
198
		# Enable i810 on x86_64 (RH #126687)
205
		# Enable i810 on x86_64 (RH #126687)
199
		echo "#define XF86ExtraCardDrivers i810" >> config/cf/host.def
206
		echo "#define XF86ExtraCardDrivers i810" >> config/cf/host.def

Return to bug 57271