mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
in preparation for importing Thunderbird 137.0 Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/128.9.0esr/releasenotes/
14 lines
662 B
C++
14 lines
662 B
C++
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 =
|