diff options
Diffstat (limited to 'net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild')
-rw-r--r-- | net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild b/net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild index d77aac9c1d3e..f9a733ff51d9 100644 --- a/net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild +++ b/net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild,v 1.6 2004/04/26 22:37:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild,v 1.7 2004/04/27 03:19:59 mr_bones_ Exp $ inherit makeedit flag-o-matic gcc nsplugins eutils @@ -191,7 +191,7 @@ src_compile() { if [[ $(gcc-major-version) -eq 3 ]]; then # gcc-3 prior to 3.2.3 doesn't work well for pentium4 - if [[ $(gcc-minor-version) -lt 2 || + if [[ $(gcc-minor-version) -lt 2 || ( $(gcc-minor-version) -eq 2 && $(gcc-micro-version) -lt 3 ) ]] then replace-flags -march=pentium4 -march=pentium3 |