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

Collapse All | Expand All

(-)glide-v3-3.10-r4-old.ebuild (-2 / +2 lines)
Lines 60-68 Link Here
60
		`use_enable 3dnow amd3d` \
60
		`use_enable 3dnow amd3d` \
61
			|| die "configure failed"
61
			|| die "configure failed"
62
62
63
	# On alpha at least, glide incorrectly guesses 486 processor.
63
	# On alpha and sparc at least, glide incorrectly guesses 486 processor.
64
	# Fixup the makefiles.
64
	# Fixup the makefiles.
65
	if use alpha; then
65
	if use alpha || use sparc; then
66
		find . -type f | xargs grep -le -m486 | \
66
		find . -type f | xargs grep -le -m486 | \
67
			xargs sed -i -e "s|-m486|${CFLAGS}|"
67
			xargs sed -i -e "s|-m486|${CFLAGS}|"
68
	fi
68
	fi

Return to bug 61147