mozilla-sle11.patch
changeset 680 be770d3cbc02
parent 568 2c74c5927ea2
equal deleted inserted replaced
676:ed32bb3eb2f0 680:be770d3cbc02
     1 Subject: Patches needed to build on SLE11/11.1
     1 Subject: Patches needed to build on SLE11/11.1
     2 References:
     2 References:
     3 https://bugzilla.mozilla.org/show_bug.cgi?id=513422
     3 https://bugzilla.mozilla.org/show_bug.cgi?id=513422
     4 
     4 
     5 diff --git a/xpcom/glue/SSE.cpp b/xpcom/glue/SSE.cpp
     5 diff --git a/mozglue/build/SSE.cpp b/mozglue/build/SSE.cpp
     6 --- a/xpcom/glue/SSE.cpp
     6 --- a/mozglue/build/SSE.cpp
     7 +++ b/xpcom/glue/SSE.cpp
     7 +++ b/mozglue/build/SSE.cpp
     8 @@ -12,26 +12,77 @@ namespace {
     8 @@ -12,26 +12,77 @@ namespace {
     9  // SSE.h has parallel #ifs which declare MOZILLA_SSE_HAVE_CPUID_DETECTION.
     9  // SSE.h has parallel #ifs which declare MOZILLA_SSE_HAVE_CPUID_DETECTION.
    10  // We can't declare these functions in the header file, however, because
    10  // We can't declare these functions in the header file, however, because
    11  // <intrin.h> conflicts with <windows.h> on MSVC 2005, and some files want to
    11  // <intrin.h> conflicts with <windows.h> on MSVC 2005, and some files want to
    12  // include both SSE.h and <windows.h>.
    12  // include both SSE.h and <windows.h>.