diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-01-31 17:53:51 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-01-31 17:53:51 +0100 |
commit | 1b118c49eeaed60571788022f462194e91924dc0 (patch) | |
tree | 9a912271b9665855fed145a667cba6ad991a62ab /xulrunner-9.0-secondary-build-fix.patch | |
parent | e1e079806989cd1d7ee5c696b2cc88dc0ee6c9a3 (diff) |
Enigmail 1.3.5 for Thunderbird 10.0
Diffstat (limited to 'xulrunner-9.0-secondary-build-fix.patch')
-rw-r--r-- | xulrunner-9.0-secondary-build-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xulrunner-9.0-secondary-build-fix.patch b/xulrunner-9.0-secondary-build-fix.patch new file mode 100644 index 0000000..fc1c1db --- /dev/null +++ b/xulrunner-9.0-secondary-build-fix.patch @@ -0,0 +1,11 @@ +diff -up xulrunner-9.0.1/mozilla-release/js/src/jscompartment.cpp.orig xulrunner-9.0.1/mozilla-release/js/src/jscompartment.cpp +--- xulrunner-9.0.1/mozilla-release/js/src/jscompartment.cpp.orig 2012-01-04 11:06:39.000000000 +0100 ++++ xulrunner-9.0.1/mozilla-release/js/src/jscompartment.cpp 2012-01-04 11:06:43.000000000 +0100 +@@ -50,7 +50,6 @@ + #include "jswatchpoint.h" + #include "jswrapper.h" + #include "assembler/wtf/Platform.h" +-#include "assembler/jit/ExecutableAllocator.h" + #include "yarr/BumpPointerAllocator.h" + #include "methodjit/MethodJIT.h" + #include "methodjit/PolyIC.h" |