aboutsummaryrefslogtreecommitdiffstats
path: root/mail/thunderbird3/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-05-18 04:09:09 +0800
committermarcus <marcus@FreeBSD.org>2004-05-18 04:09:09 +0800
commitb7a927d4febefddff93293a424393eb48f8d8c9c (patch)
tree90abf3804f57bd730ce3a65e7e0f79bc1768d096 /mail/thunderbird3/files
parentae8e89f79b315a24a4565949c8c7d4f6c6489c99 (diff)
downloadfreebsd-ports-graphics-b7a927d4febefddff93293a424393eb48f8d8c9c.tar.gz
freebsd-ports-graphics-b7a927d4febefddff93293a424393eb48f8d8c9c.tar.zst
freebsd-ports-graphics-b7a927d4febefddff93293a424393eb48f8d8c9c.zip
Fix a potential crash if thunderbird tries to load browser plug-ins.
PR: 66450 Submitted by: Franz Klammer <klammer@webonaut.com>
Diffstat (limited to 'mail/thunderbird3/files')
-rw-r--r--mail/thunderbird3/files/patch-build_unix_run-mozilla.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/mail/thunderbird3/files/patch-build_unix_run-mozilla.sh b/mail/thunderbird3/files/patch-build_unix_run-mozilla.sh
index 72a40e1f9ec..28bbd1a1154 100644
--- a/mail/thunderbird3/files/patch-build_unix_run-mozilla.sh
+++ b/mail/thunderbird3/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