[tor-commits] [tor-messenger-build/master] Add mozilla patch to fix mingw-w64 build
boklm at torproject.org
boklm at torproject.org
Wed May 20 11:23:24 UTC 2015
commit 4d7555974a47d537d5bba12bab3fccd3638db317
Author: Nicolas Vigier <boklm at torproject.org>
Date: Wed May 20 13:20:59 2015 +0200
Add mozilla patch to fix mingw-w64 build
https://hg.mozilla.org/mozilla-central/rev/824009fbc42f
---
projects/instantbird/824009fbc42f.mozpatch | 20 ++++++++++++++++++++
projects/instantbird/config | 2 ++
2 files changed, 22 insertions(+)
diff --git a/projects/instantbird/824009fbc42f.mozpatch b/projects/instantbird/824009fbc42f.mozpatch
new file mode 100644
index 0000000..bc2a61c
--- /dev/null
+++ b/projects/instantbird/824009fbc42f.mozpatch
@@ -0,0 +1,20 @@
+# HG changeset patch
+# User Trevor Saunders <tbsaunde at tbsaunde.org>
+# Date 1426879106 14400
+# Fri Mar 20 15:18:26 2015 -0400
+# Node ID 824009fbc42fed138b9ff0b9d1ee44e8502773dd
+# Parent 6ef7ca8f1db3f984dfa255ff6222edca6dc890d6
+bug 1183967 - fixup correct case of mfidl.h
+
+diff -r 6ef7ca8f1db3 -r 824009fbc42f gfx/layers/IMFYCbCrImage.h
+--- a/gfx/layers/IMFYCbCrImage.h Mon Mar 16 14:30:41 2015 -0400
++++ b/gfx/layers/IMFYCbCrImage.h Fri Mar 20 15:18:26 2015 -0400
+@@ -8,7 +8,7 @@
+
+ #include "mozilla/RefPtr.h"
+ #include "ImageContainer.h"
+-#include "Mfidl.h"
++#include "mfidl.h"
+
+ namespace mozilla {
+ namespace layers {
diff --git a/projects/instantbird/config b/projects/instantbird/config
index af90ba1..3b0ca9c 100644
--- a/projects/instantbird/config
+++ b/projects/instantbird/config
@@ -82,6 +82,8 @@ input_files:
- filename: branding/default48.png
- filename: fix-mingw-build.patch
enable: '[% c("var/windows") %]'
+ - filename: 824009fbc42f.mozpatch
+ enable: '[% c("var/windows") %]'
- filename: 'mozconfig-[% c("var/osname") %]'
name: mozconfig
- name: python
More information about the tor-commits
mailing list