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

Collapse All | Expand All

(-)/usr/portage/media-libs/mesa/mesa-7.3.ebuild (-2 / +2 lines)
Lines 148-153 src_compile() { Link Here
148
	# Deactivate assembly code for pic build
160
	# Deactivate assembly code for pic build
149
	myconf="${myconf} $(use_enable pic asm)"
161
	use pic && myconf="${myconf} --disable-asm"
150
162
151
	# Sparc assembly code is not working
163
	# Sparc assembly code is not working
152
	myconf="${myconf} $(use_enable sparc asm)"
164
	use sparc && myconf="${myconf} --disable-asm"
153
165

Return to bug 261084