diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-05-17 20:09:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-05-17 20:09:09 +0000 |
commit | 40926f09317a0255fb02df450794b34c97fc2266 (patch) | |
tree | 28f6f9d8a81f57247e51b105d78901b4f2d051fe /mail/thunderbird-devel/files/patch-build_unix_run-mozilla.sh | |
parent | e15ca43029822b8795f901b4dbe3a55ac39608fd (diff) |
Fix a potential crash if thunderbird tries to load browser plug-ins.
PR: 66450
Submitted by: Franz Klammer <klammer@webonaut.com>
Notes
Notes:
svn path=/head/; revision=109363
Diffstat (limited to 'mail/thunderbird-devel/files/patch-build_unix_run-mozilla.sh')
-rw-r--r-- | mail/thunderbird-devel/files/patch-build_unix_run-mozilla.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mail/thunderbird-devel/files/patch-build_unix_run-mozilla.sh b/mail/thunderbird-devel/files/patch-build_unix_run-mozilla.sh index 72a40e1f9ec4..28bbd1a1154e 100644 --- a/mail/thunderbird-devel/files/patch-build_unix_run-mozilla.sh +++ b/mail/thunderbird-devel/files/patch-build_unix_run-mozilla.sh @@ -9,13 +9,3 @@ if [ -n "$LD_LIBRARYN32_PATH" ] then LD_LIBRARYN32_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARYN32_PATH+":$LD_LIBRARYN32_PATH"} -@@ -442,6 +442,9 @@ - # - export MOZILLA_FIVE_HOME LD_LIBRARY_PATH - export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH -+ -+MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins -+export MOZ_PLUGIN_PATH - - if [ $moz_debug -eq 1 ] - then |