diff options
Diffstat (limited to 'www-client/mozilla-firefox/mozilla-firefox-1.0.4-r1.ebuild')
-rw-r--r-- | www-client/mozilla-firefox/mozilla-firefox-1.0.4-r1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/www-client/mozilla-firefox/mozilla-firefox-1.0.4-r1.ebuild b/www-client/mozilla-firefox/mozilla-firefox-1.0.4-r1.ebuild index e1dac00daac7..be624595d74a 100644 --- a/www-client/mozilla-firefox/mozilla-firefox-1.0.4-r1.ebuild +++ b/www-client/mozilla-firefox/mozilla-firefox-1.0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-1.0.4-r1.ebuild,v 1.1 2005/07/11 21:00:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-1.0.4-r1.ebuild,v 1.2 2005/07/12 18:51:17 agriffis Exp $ inherit makeedit flag-o-matic nsplugins eutils mozconfig mozilla-launcher multilib @@ -10,8 +10,12 @@ DESCRIPTION="The Mozilla Firefox Web Browser" HOMEPAGE="http://www.mozilla.org/projects/firefox/" MY_PV=${PV/_rc/rc} SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MY_PV}/source/firefox-${MY_PV}-source.tar.bz2 + mirror://gentoo/mozilla-firefox-1.0-4ft2.patch.bz2 mirror://gentoo/mozilla-firefox-1.0.3-ia64.patch.bz2 - mirror://gentoo/mozilla-jslibmath-alpha.patch" + mirror://gentoo/mozilla-jslibmath-alpha.patch + http://dev.gentoo.org/~agriffis/dist/mozilla-firefox-1.0.3-ia64.patch.bz2 + http://dev.gentoo.org/~agriffis/dist/mozilla-jslibmath-alpha.patch + http://dev.gentoo.org/~agriffis/dist/mozilla-firefox-1.0-4ft2.patch.bz2" LICENSE="MPL-1.1 NPL-1.1" SLOT="0" @@ -51,7 +55,7 @@ src_unpack() { # patch out ft caching code since the API changed between releases of # freetype; this enables freetype-2.1.8+ compat. # https://bugzilla.mozilla.org/show_bug.cgi?id=234035#c65 - epatch ${FILESDIR}/mozilla-firefox-1.0-4ft2.patch + epatch ${DISTDIR}/mozilla-firefox-1.0-4ft2.patch.bz2 # patch to fix separate character on euro keyboards, bug 68995 epatch ${FILESDIR}/mozilla-firefox-1.0-kp_separator.patch |