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

Collapse All | Expand All

(-)mozilla-firefox-3.0.5.ebuild.orig (-1 / +2 lines)
Lines 197-205 src_compile() { Link Here
197
	# Finalize and report settings
197
	# Finalize and report settings
198
	mozconfig_final
198
	mozconfig_final
199
199
200
	if use amd64 ; then
200
	if use amd64 || use x86 ; then
201
		if [[ $(gcc-major-version) -lt 4 ]]; then
201
		if [[ $(gcc-major-version) -lt 4 ]]; then
202
			filter-flags -fstack-protector -fstack-protector-all
202
			filter-flags -fstack-protector -fstack-protector-all
203
			gcc-specs-ssp && append-flags -fno-stack-protector-all
203
		fi
204
		fi
204
	fi
205
	fi
205
206

Return to bug 253639