summaryrefslogtreecommitdiff
path: root/mail/thunderbird-esr/files/patch-mail-app-nsMailApp.cpp
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2025-03-27 20:06:37 +0100
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2025-03-27 20:06:37 +0100
commita9097e0cd9ee6794deea0015289aae24f8176916 (patch)
treee1eb5b5307c223641a50a03a2da38143f86d48d7 /mail/thunderbird-esr/files/patch-mail-app-nsMailApp.cpp
parentwww/firefox-esr: update to 128.9.0 (rc2) (diff)
mail/thunderbird-esr: copy thunderbird 128.9.0
in preparation for importing Thunderbird 137.0 Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/128.9.0esr/releasenotes/
Diffstat (limited to 'mail/thunderbird-esr/files/patch-mail-app-nsMailApp.cpp')
-rw-r--r--mail/thunderbird-esr/files/patch-mail-app-nsMailApp.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/thunderbird-esr/files/patch-mail-app-nsMailApp.cpp b/mail/thunderbird-esr/files/patch-mail-app-nsMailApp.cpp
new file mode 100644
index 000000000000..651a49609839
--- /dev/null
+++ b/mail/thunderbird-esr/files/patch-mail-app-nsMailApp.cpp
@@ -0,0 +1,14 @@
+diff --git comm/mail/app/nsMailApp.cpp comm/mail/app/nsMailApp.cpp
+index 3db646e89d..2318337f7b 100644
+--- comm/mail/app/nsMailApp.cpp
++++ comm/mail/app/nsMailApp.cpp
+@@ -280,6 +280,9 @@ int main(int argc, char* argv[], char* envp[]) {
+
+ 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);
++
+ // Make sure we unregister the runtime exception module before returning.
+ // We do this here to cover both registers for child and main processes.
+ auto unregisterRuntimeExceptionModule =