diff -r 0887a88b1e85 -r 67f876aafae8 mozilla-sle11.patch --- a/mozilla-sle11.patch Wed Feb 08 08:31:42 2012 +0100 +++ b/mozilla-sle11.patch Wed Feb 08 08:34:20 2012 +0100 @@ -11,7 +11,7 @@ // conflicts with on MSVC 2005, and some files want to // include both SSE.h and . - #if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)) && (defined(__i386__) || defined(__x86_64__)) + #ifdef HAVE_CPUID_H // cpuid.h is available on gcc 4.3 and higher on i386 and x86_64 -#include