Describe: sync_20150203-36-g534ac49
Commit: 534ac49bc45b4025b8862e3808abfa84936eb440
Modifications:
mail/mozilla-thunderbird/Makefile | 1 +
...tch-mozilla_js_src_builtin_TypedObject_cpp | 140
+++++++++++++++++
...zilla_js_src_frontend_BytecodeCompiler_cpp | 11 ++
...illa_js_xpconnect_wrappers_XrayWrapper_cpp | 11 ++
.../patch-mozilla_media_libvpx_Makefile_in | 20 +++
.../patch-mozilla_netwerk_ipc_NeckoParent_cpp | 11 ++
6 files changed, 194 insertions(+)
create mode 100644
mail/mozilla-thunderbird/patches/patch-mozilla_js_src_builtin_TypedObject_cpp
create mode 100644
mail/mozilla-thunderbird/patches/patch-mozilla_js_src_frontend_BytecodeCompiler_cpp
create mode 100644
mail/mozilla-thunderbird/patches/patch-mozilla_js_xpconnect_wrappers_XrayWrapper_cpp
create mode 100644
mail/mozilla-thunderbird/patches/patch-mozilla_media_libvpx_Makefile_in
create mode 100644
mail/mozilla-thunderbird/patches/patch-mozilla_netwerk_ipc_NeckoParent_cpp
Log messages:
Add patches for clang 3.6.
- Use -fno-integrated-as so clang doesn't attempt to parse the contents
of inline asm();
- Don't convert nullptr to false in functions returning bool [1];
[1] Patch lifted from FreeBSD:
https://svnweb.freebsd.org/ports/head/mail/thunderbird/files/patch-bug1021171
ok and revision bump patrick@