components/desktop/firefox/patches/firefox30-61-skia-endian.patch
changeset 5255 cea0e462549a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/firefox/patches/firefox30-61-skia-endian.patch	Mon Jan 11 09:27:45 2016 -0800
@@ -0,0 +1,13 @@
+Already exists upstream. 
+
+--- mozilla-esr31/gfx/skia/trunk/include/core/SkPreConfig.h.orig	2015-06-04 17:42:51.687614279 -0700
++++ mozilla-esr31/gfx/skia/trunk/include/core/SkPreConfig.h	2015-06-04 17:42:51.689910035 -0700
+@@ -93,7 +93,7 @@
+ 
+ #if !defined(SK_CPU_BENDIAN) && !defined(SK_CPU_LENDIAN)
+     #if defined (__ppc__) || defined(__PPC__) || defined(__ppc64__) \
+-        || defined(__PPC64__)
++        || defined(__PPC64__) || defined(__sparc) || defined(__sparc__)
+         #define SK_CPU_BENDIAN
+     #else
+         #define SK_CPU_LENDIAN