diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2003-09-12 23:11:21 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2003-09-12 23:11:21 +0000 |
commit | d0692b9a30eea9a77bd75f0ef3e91da91436595b (patch) | |
tree | a08ec0f19c18d6143ad3a52b4cc5ebb52d118611 /net-www | |
parent | version bump (diff) | |
download | gentoo-2-d0692b9a30eea9a77bd75f0ef3e91da91436595b.tar.gz gentoo-2-d0692b9a30eea9a77bd75f0ef3e91da91436595b.tar.bz2 gentoo-2-d0692b9a30eea9a77bd75f0ef3e91da91436595b.zip |
ppc and gcc-3.3.1 fixes
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla-firebird/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mozilla-firebird/Manifest | 8 | ||||
-rw-r--r-- | net-www/mozilla-firebird/mozilla-firebird-0.6.1.ebuild | 11 |
3 files changed, 17 insertions, 7 deletions
diff --git a/net-www/mozilla-firebird/ChangeLog b/net-www/mozilla-firebird/ChangeLog index 652bcd5dd24a..99638a5169df 100644 --- a/net-www/mozilla-firebird/ChangeLog +++ b/net-www/mozilla-firebird/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mozilla-firebird # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firebird/ChangeLog,v 1.18 2003/08/27 13:29:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firebird/ChangeLog,v 1.19 2003/09/12 23:11:09 lu_zero Exp $ + + 12 Sep 2003; Luca Barbato <lu_zero@gentoo.org> mozilla-firebird-0.6.1.ebuild: + Added a ppc related fix 27 Aug 2003; Aron Griffis <agriffis@gentoo.org> mozilla-firebird-0.6.1.ebuild: diff --git a/net-www/mozilla-firebird/Manifest b/net-www/mozilla-firebird/Manifest index 655da44595f1..fdeffdd479f6 100644 --- a/net-www/mozilla-firebird/Manifest +++ b/net-www/mozilla-firebird/Manifest @@ -1,8 +1,8 @@ -MD5 e2a992aa6bff999594fa909c74885c6d ChangeLog 3324 -MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160 +MD5 f83c8755e78fd74930dd06fe58119f70 ChangeLog 3430 MD5 2501d008f329dab622fdc45ce9377a65 mozilla-firebird-0.6-r7.ebuild 6759 -MD5 e890a5186afe5925ad68aa3b3878e43e mozilla-firebird-0.6.1.ebuild 6751 +MD5 ac196a385be977b279e643cfbebab064 mozilla-firebird-0.6.1.ebuild 6881 +MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160 MD5 6e4352482ed149b3b9aca78d83de1124 files/MozillaFirebird 753 -MD5 23d1fbd03cc6dd346a4e4ce8f2d88ebf files/mozilla-1.3-alpha-stubs.patch 4646 MD5 78b9eef353e1aff29cef379e4de6b9fa files/digest-mozilla-firebird-0.6-r7 81 MD5 49802181a2284102bb2ed6daab129bb5 files/digest-mozilla-firebird-0.6.1 83 +MD5 23d1fbd03cc6dd346a4e4ce8f2d88ebf files/mozilla-1.3-alpha-stubs.patch 4646 diff --git a/net-www/mozilla-firebird/mozilla-firebird-0.6.1.ebuild b/net-www/mozilla-firebird/mozilla-firebird-0.6.1.ebuild index 25065daf4c9f..df916478e112 100644 --- a/net-www/mozilla-firebird/mozilla-firebird-0.6.1.ebuild +++ b/net-www/mozilla-firebird/mozilla-firebird-0.6.1.ebuild @@ -1,11 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firebird/mozilla-firebird-0.6.1.ebuild,v 1.13 2003/09/06 02:05:10 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firebird/mozilla-firebird-0.6.1.ebuild,v 1.14 2003/09/12 23:11:09 lu_zero Exp $ inherit makeedit flag-o-matic gcc nsplugins eutils # Added to get MozillaFirebird to compile on sparc. replace-sparc64-flags +if [ "`use ppc`" -a "$(gcc-major-version)" -eq "3" -a "$(gcc-minor-version)" -eq "3" ] +then + +append-flags -fno-strict-aliasing + +fi + S=${WORKDIR}/mozilla @@ -13,7 +20,7 @@ DESCRIPTION="The Mozilla Firebird Web Browser" HOMEPAGE="http://www.mozilla.org/projects/firebird/" SRC_URI="http://ftp.mozilla.org/pub/firebird/releases/${PV}/MozillaFirebird-source-${PV}.tar.bz2" -KEYWORDS="x86 ~ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" SLOT="0" LICENSE="MPL-1.1 | NPL-1.1" IUSE="java gtk2 ipv6 gnome moznoxft" |