summaryrefslogtreecommitdiff
path: root/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird/files/patch-mail-app-nsMailApp.cpp')
-rw-r--r--mail/thunderbird/files/patch-mail-app-nsMailApp.cpp12
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();
+