diff options
Diffstat (limited to 'www/firefox/patches/patch-cf')
-rw-r--r-- | www/firefox/patches/patch-cf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/firefox/patches/patch-cf b/www/firefox/patches/patch-cf new file mode 100644 index 00000000000..010623af675 --- /dev/null +++ b/www/firefox/patches/patch-cf @@ -0,0 +1,14 @@ +$NetBSD: patch-cf,v 1.1 2004/10/24 05:41:25 grant Exp $ + +--- browser/config/mozconfig.orig 2004-07-07 18:31:10.000000000 +1000 ++++ browser/config/mozconfig +@@ -3,7 +3,8 @@ + # . $topsrcdir/browser/config/mozconfig + # to the top of your mozconfig file. + +-export MOZ_PHOENIX=1 ++MOZ_PHOENIX=1 ++export MOZ_PHOENIX + mk_add_options MOZ_PHOENIX=1 + + ac_add_options --disable-ldap |