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

Collapse All | Expand All

(-)mozilla-firefox-0.8.ebuild.orig (-1 / +1 lines)
Lines 169-175 Link Here
169
			;;
169
			;;
170
		*)
170
		*)
171
			# -O2 and below allowed on 32-bit
171
			# -O2 and below allowed on 32-bit
172
			enable_optimize=$(echo "$CFLAGS" | sed 's/.*\(-O[012]\?\).*/\1/p')
172
			enable_optimize=$(echo "$CFLAGS" | sed 's/.*\(-O[01s2]\?\).*/\1/p')
173
			enable_optimize=${enable_optimize:--O2}
173
			enable_optimize=${enable_optimize:--O2}
174
			filter-flags -O -O?
174
			filter-flags -O -O?
175
			;;
175
			;;

Return to bug 41562