summaryrefslogtreecommitdiff
path: root/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-07-23 23:36:07 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-07-23 23:36:07 +0000
commitbc2d7d11da0f41962ae6b00a099b76d57e17c64c (patch)
tree616c2752c978e0308f19227e781fbb1a64d73d1e /mail/thunderbird/files/patch-mail-app-nsMailApp.cpp
parentwww/firefox{,-esr}, www/libxul: stop regressing r380782 (diff)
- Update Thunderbird to 38.1.0
Changes: https://www.mozilla.org/thunderbird/38.0.1/releasenotes/ Changes: https://www.mozilla.org/thunderbird/38.1.0/releasenotes/ PR: 201769 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> (based on) MFH: 2015Q3 X-MFH-With: r392273 Security: https://vuxml.freebsd.org/freebsd/44d9daee-940c-4179-86bb-6e3ffd617869.html
Notes
Notes: svn path=/head/; revision=392761
Diffstat (limited to 'mail/thunderbird/files/patch-mail-app-nsMailApp.cpp')
-rw-r--r--mail/thunderbird/files/patch-mail-app-nsMailApp.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp b/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp
index bb337cec0bda..3d3c7d044585 100644
--- a/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp
+++ b/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp
@@ -1,10 +1,10 @@
--- mail/app/nsMailApp.cpp~
+++ mail/app/nsMailApp.cpp
-@@ -154,6 +154,7 @@ int main(int argc, char* argv[])
+@@ -320,6 +320,7 @@ int main(int argc, char* argv[])
TriggerQuirks();
#endif
+ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0);
- nsresult rv = mozilla::BinaryPath::Get(argv[0], exePath);
- if (NS_FAILED(rv)) {
- Output("Couldn't calculate the application directory.\n");
+ int gotCounters;
+ #if defined(XP_UNIX)
+ struct rusage initialRUsage;