diff options
author | 2006-05-01 01:46:37 +0000 | |
---|---|---|
committer | 2006-05-01 01:46:37 +0000 | |
commit | d8780e443d0d97b817e5b8c9768b26775978e3fc (patch) | |
tree | 5959f83d85a96b91a554b51a74918040639901e0 /www-client/mozilla/mozilla-1.7.13.ebuild | |
parent | Update to 6.1_rc1, install pf.conf as documentation instead than in /etc to a... (diff) | |
download | historical-d8780e443d0d97b817e5b8c9768b26775978e3fc.tar.gz historical-d8780e443d0d97b817e5b8c9768b26775978e3fc.tar.bz2 historical-d8780e443d0d97b817e5b8c9768b26775978e3fc.zip |
as-needed support introduced
Package-Manager: portage-2.1_pre10
Diffstat (limited to 'www-client/mozilla/mozilla-1.7.13.ebuild')
-rw-r--r-- | www-client/mozilla/mozilla-1.7.13.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www-client/mozilla/mozilla-1.7.13.ebuild b/www-client/mozilla/mozilla-1.7.13.ebuild index 0efc8cb2da71..d9024b4b6dee 100644 --- a/www-client/mozilla/mozilla-1.7.13.ebuild +++ b/www-client/mozilla/mozilla-1.7.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/mozilla-1.7.13.ebuild,v 1.6 2006/04/26 14:18:47 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/mozilla-1.7.13.ebuild,v 1.7 2006/05/01 01:46:37 anarchy Exp $ unset ALLOWED_FLAGS # Stupid extra-functions.sh ... bug 49179 MOZ_FREETYPE2="no" # Need to disable for newer .. remove here and in mozconfig @@ -97,6 +97,9 @@ src_unpack() { # Without 03[67]* patches, we need to link to pangoxft epatch ${FILESDIR}/${PN}-1.7.12-gtk2xft-link-pangoxft.patch + # --as-needed support + epatch ${FILESDIR}/${P}-as-needed.patch + # Fix scripts that call for /usr/local/bin/perl #51916 ebegin "Patching smime to call perl from /usr/bin" sed -i -e '1s,usr/local/bin,usr/bin,' ${S}/security/nss/cmd/smimetools/smime |