diff -r ed32bb3eb2f0 -r be770d3cbc02 mozilla-sle11.patch --- a/mozilla-sle11.patch Sat Oct 05 22:39:27 2013 +0200 +++ b/mozilla-sle11.patch Thu Oct 24 20:13:14 2013 +0200 @@ -2,9 +2,9 @@ References: https://bugzilla.mozilla.org/show_bug.cgi?id=513422 -diff --git a/xpcom/glue/SSE.cpp b/xpcom/glue/SSE.cpp ---- a/xpcom/glue/SSE.cpp -+++ b/xpcom/glue/SSE.cpp +diff --git a/mozglue/build/SSE.cpp b/mozglue/build/SSE.cpp +--- a/mozglue/build/SSE.cpp ++++ b/mozglue/build/SSE.cpp @@ -12,26 +12,77 @@ namespace { // SSE.h has parallel #ifs which declare MOZILLA_SSE_HAVE_CPUID_DETECTION. // We can't declare these functions in the header file, however, because