Update mail/thunderbird to version 45.3.0_2
[dports.git] / mail / thunderbird / files / patch-bug1268816
1
2 # HG changeset patch
3 # User Lee Salzman <lsalzman@mozilla.com>
4 # Date 1461978185 14400
5 # Node ID b622cbd9ba13d01abcb1d04684dcb39c22a08590
6 # Parent  f3a5c8b5e17073a1e68f079da93f8dbe10e454a9
7 Bug 1268816 - allow Skia to use C++11 features on platforms that have them. r=froydnj
8
9 diff --git config/stl-headers config/stl-headers
10 --- mozilla/config/stl-headers
11 +++ mozilla/config/stl-headers
12 @@ -29,16 +29,17 @@ iterator
13  limits
14  list
15  map
16  memory
17  ostream
18  set
19  stack
20  string
21 +type_traits
22  utility
23  vector
24  cassert
25  climits
26  cmath
27  cstdarg
28  cstdio
29  cstdlib
30 diff --git config/system-headers config/system-headers
31 --- mozilla/config/system-headers
32 +++ mozilla/config/system-headers
33 @@ -1109,16 +1109,17 @@ ThreadManagerTests.h
34  Threads.h
35  time.h
36  Timer.h
37  tlhelp32.h
38  ToolUtils.h
39  tr1/functional
40  trace.h
41  Traps.h
42 +type_traits
43  typeinfo
44  types.h
45  Types.h
46  UAppleEventsMgr.h
47  UAttachments.h
48  ucontext.h
49  uconv.h
50  UCursor.h