mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 20:11:19 +02:00
51 lines
917 B
Plaintext
51 lines
917 B
Plaintext
|
|
# HG changeset patch
|
|
# User Lee Salzman <lsalzman@mozilla.com>
|
|
# Date 1461978185 14400
|
|
# Node ID b622cbd9ba13d01abcb1d04684dcb39c22a08590
|
|
# Parent f3a5c8b5e17073a1e68f079da93f8dbe10e454a9
|
|
Bug 1268816 - allow Skia to use C++11 features on platforms that have them. r=froydnj
|
|
|
|
diff --git config/stl-headers config/stl-headers
|
|
--- mozilla/config/stl-headers
|
|
+++ mozilla/config/stl-headers
|
|
@@ -29,16 +29,17 @@ iterator
|
|
limits
|
|
list
|
|
map
|
|
memory
|
|
ostream
|
|
set
|
|
stack
|
|
string
|
|
+type_traits
|
|
utility
|
|
vector
|
|
cassert
|
|
climits
|
|
cmath
|
|
cstdarg
|
|
cstdio
|
|
cstdlib
|
|
diff --git config/system-headers config/system-headers
|
|
--- mozilla/config/system-headers
|
|
+++ mozilla/config/system-headers
|
|
@@ -1109,16 +1109,17 @@ ThreadManagerTests.h
|
|
Threads.h
|
|
time.h
|
|
Timer.h
|
|
tlhelp32.h
|
|
ToolUtils.h
|
|
tr1/functional
|
|
trace.h
|
|
Traps.h
|
|
+type_traits
|
|
typeinfo
|
|
types.h
|
|
Types.h
|
|
UAppleEventsMgr.h
|
|
UAttachments.h
|
|
ucontext.h
|
|
uconv.h
|
|
UCursor.h
|