Tested on i386/sparc64/macppc/alpha by myself and/or alek@ One issue found with sparc64: fetching mail crashes. okay pval@
25 lines
606 B
Plaintext
25 lines
606 B
Plaintext
$OpenBSD: patch-xpfe_bootstrap_mozilla_in,v 1.6 2005/03/13 05:02:17 kurt Exp $
|
|
--- xpfe/bootstrap/mozilla.in.orig Tue Jan 11 23:29:52 2005
|
|
+++ xpfe/bootstrap/mozilla.in Tue Jan 11 23:31:51 2005
|
|
@@ -73,6 +73,7 @@ moz_pis_startstop_scripts()
|
|
#set -x
|
|
|
|
moz_libdir=%MOZAPPDIR%
|
|
+MOZ_PLUGIN_PATH=_LOCALBASE_/lib/mozilla-plugins
|
|
MRE_HOME=%MREDIR%
|
|
|
|
# honor MOZILLA_FIVE_HOME if it's there
|
|
@@ -151,7 +152,11 @@ do
|
|
esac
|
|
done
|
|
|
|
-export MRE_HOME
|
|
+if [ `_X11BASE_/bin/fc-list | wc -l` -eq 0 ]
|
|
+then export GDK_USE_XFT=0
|
|
+fi
|
|
+
|
|
+export MOZ_PLUGIN_PATH MRE_HOME
|
|
eval "set -- $moreargs"
|
|
|
|
## Start addon scripts
|