diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-12-22 22:08:03 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-12-22 22:08:03 +0000 |
commit | 14bfb225d8a3053a25bf7c7ccb2c276c39fe458b (patch) | |
tree | ac4f259421d60e483bb83bd2c9811fd42b829bdf /net-www | |
parent | Added hppa support. (Manifest recommit) (diff) | |
download | gentoo-2-14bfb225d8a3053a25bf7c7ccb2c276c39fe458b.tar.gz gentoo-2-14bfb225d8a3053a25bf7c7ccb2c276c39fe458b.tar.bz2 gentoo-2-14bfb225d8a3053a25bf7c7ccb2c276c39fe458b.zip |
Moved filtering of C[XX]FLAGS for hppa in mozilla.eclass.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla-firefox/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mozilla-firefox/Manifest | 2 | ||||
-rw-r--r-- | net-www/mozilla-firefox/mozilla-firefox-1.0-r3.ebuild | 12 |
3 files changed, 7 insertions, 12 deletions
diff --git a/net-www/mozilla-firefox/ChangeLog b/net-www/mozilla-firefox/ChangeLog index 6d127cffa6d8..6912f9aa7027 100644 --- a/net-www/mozilla-firefox/ChangeLog +++ b/net-www/mozilla-firefox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mozilla-firefox # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/ChangeLog,v 1.90 2004/12/22 11:25:31 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/ChangeLog,v 1.91 2004/12/22 22:08:03 gmsoft Exp $ + + 22 Dec 2004; Guy Martin <gmsoft@gentoo.org> mozilla-firefox-1.0-r3.ebuild: + Moved filtering of C[XX]FLAGS for hppa in mozilla.eclass. 22 Dec 2004; Guy Martin <gmsoft@gentoo.org> +files/mozilla-hppa.patch, mozilla-firefox-1.0-r3.ebuild: diff --git a/net-www/mozilla-firefox/Manifest b/net-www/mozilla-firefox/Manifest index 272ffdc9bc3f..4faa07762528 100644 --- a/net-www/mozilla-firefox/Manifest +++ b/net-www/mozilla-firefox/Manifest @@ -2,7 +2,7 @@ MD5 5917f1f649142a189ad64ad956a33927 ChangeLog 14562 MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160 MD5 c543ce361b2035afbb9db4010f9f776e mozilla-firefox-0.9.3.ebuild 8425 MD5 4bcd75902aafdef30244f66f6d835a52 mozilla-firefox-1.0-r2.ebuild 5479 -MD5 32f7735e062664ec0f3a66dd59288329 mozilla-firefox-1.0-r3.ebuild 6147 +MD5 f4f5a6f02619a7d847851808e911bc46 mozilla-firefox-1.0-r3.ebuild 5950 MD5 e45f5d0ad760a810a0057f18df4e9566 mozilla-firefox-1.0.ebuild 5058 MD5 faaa52e819364f34c1b174f0c47a6d86 mozilla-firefox-1.0_pre-r2.ebuild 5073 MD5 809453352ef124b51ec8e4c96fd23e69 mozilla-firefox-1.0_rc1.ebuild 5147 diff --git a/net-www/mozilla-firefox/mozilla-firefox-1.0-r3.ebuild b/net-www/mozilla-firefox/mozilla-firefox-1.0-r3.ebuild index 2e10b0546dc0..f3f00d77be8a 100644 --- a/net-www/mozilla-firefox/mozilla-firefox-1.0-r3.ebuild +++ b/net-www/mozilla-firefox/mozilla-firefox-1.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/mozilla-firefox-1.0-r3.ebuild,v 1.8 2004/12/22 11:25:31 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/mozilla-firefox-1.0-r3.ebuild,v 1.9 2004/12/22 22:08:03 gmsoft Exp $ inherit makeedit flag-o-matic gcc nsplugins eutils mozconfig mozilla-launcher @@ -43,7 +43,7 @@ src_unpack() { # hppa patches from Ivar <orskaug@stud.ntnu.no> # <gmsoft@gentoo.org> (22 Dec 2004) - use hppa && epatch ${FILESDIR}/mozilla-hppa.patch + epatch ${FILESDIR}/mozilla-hppa.patch # patch out ft caching code since the API changed between releases of # freetype; this enables freetype-2.1.8+ compat. @@ -85,14 +85,6 @@ src_compile() { has_hardened && append-flags -fno-stack-protector-all replace-flags -fstack-protector-all -fstack-protector - # hppa have problems with high level of optimisation - # forcing -O0 <gmsoft@gentoo.org> (22 Dec 2004) - if use hppa - then - export CFLAGS="-O0 -pipe" - export CXXFLAGS="-O0 -pipe" - fi - #################################### # # Configure and build Firefox |