diff options
| author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2021-10-06 23:12:41 +0200 |
|---|---|---|
| committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2021-10-06 23:12:41 +0200 |
| commit | 737c941d23dabb27ac2c98d0c8473400924c5905 (patch) | |
| tree | d43a669cbd4b8526e4ac72ba3ec35c3ac727a5bb /mail/thunderbird/files/patch-bug1694575 | |
| parent | net-mgmt/check_ssl_cert: update to 2.9.1 (diff) | |
mail/thunderbird: update to 91.2.0
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/91.2.0/releasenotes/
This brings in Thunderbird 91esr:
- the calendar is not optional anymore
- gtk2 is not directly required anymore
- integrated PDF viewer
- and much more: https://support.mozilla.org/en-US/kb/new-thunderbird-91
Diffstat (limited to 'mail/thunderbird/files/patch-bug1694575')
| -rw-r--r-- | mail/thunderbird/files/patch-bug1694575 | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/mail/thunderbird/files/patch-bug1694575 b/mail/thunderbird/files/patch-bug1694575 deleted file mode 100644 index bbc563272934..000000000000 --- a/mail/thunderbird/files/patch-bug1694575 +++ /dev/null @@ -1,33 +0,0 @@ -changeset: 569030:f875a4ffd653 -user: Mike Hommey <mh+mozilla@glandium.org> -date: Sun Feb 28 17:47:27 2021 +0000 -summary: Bug 1694575 - Don't include mozalloc.h from the iosfwd wrapper. r=andi - -diff -r d31bf2fc599d -r f875a4ffd653 config/gcc-stl-wrapper.template.h ---- config/gcc-stl-wrapper.template.h Sun Feb 28 14:59:31 2021 +0000 -+++ config/gcc-stl-wrapper.template.h Sun Feb 28 17:47:27 2021 +0000 -@@ -27,7 +27,11 @@ - // # define _GLIBCXX_DEBUG 1 - #endif - --// Don't include mozalloc for cstdlib. See bug 1245076. -+// Don't include mozalloc.h for cstdlib, type_traits, limits and iosfwd. -+// See bug 1245076 (cstdlib), bug 1594027 (type_traits, limits) and -+// bug 1694575 (iosfwd). -+// Please be careful when adding more exceptions, especially regarding -+// the header not directly or indirectly including <new>. - #ifndef moz_dont_include_mozalloc_for_cstdlib - # define moz_dont_include_mozalloc_for_cstdlib - #endif -@@ -40,6 +44,10 @@ - # define moz_dont_include_mozalloc_for_limits - #endif - -+#ifndef moz_dont_include_mozalloc_for_iosfwd -+# define moz_dont_include_mozalloc_for_iosfwd -+#endif -+ - // Include mozalloc after the STL header and all other headers it includes - // have been preprocessed. - #if !defined(MOZ_INCLUDE_MOZALLOC_H) && \ - |
