diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-07-19 00:00:51 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-07-19 00:00:51 +0000 |
commit | 29145c76beecf4766959022ab9fc0fb1880561a1 (patch) | |
tree | 4572e087e9d0e8ed179a8053877c780942a72cfa /mail/thunderbird/files/patch-mail-app-nsMailApp.cpp | |
parent | mail/thunderbird: drop patches in preparation for update (diff) |
mail/thunderbird: update to 60.0
Changes: https://www.mozilla.org/thunderbird/60.0/releasenotes/
PR: 228477
Differential Revision: https://reviews.freebsd.org/D15565
Diffstat (limited to 'mail/thunderbird/files/patch-mail-app-nsMailApp.cpp')
-rw-r--r-- | mail/thunderbird/files/patch-mail-app-nsMailApp.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp b/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp new file mode 100644 index 000000000000..cc6dc578af5c --- /dev/null +++ b/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp @@ -0,0 +1,12 @@ +--- comm/mail/app/nsMailApp.cpp.orig 2017-03-21 17:00:12 UTC ++++ comm/mail/app/nsMailApp.cpp +@@ -322,6 +322,9 @@ int main(int argc, char* argv[], char* e + { + mozilla::TimeStamp start = mozilla::TimeStamp::Now(); + ++ setenv("MOZ_GMP_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); ++ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); ++ + #ifdef HAS_DLL_BLOCKLIST + DllBlocklist_Initialize(); + |