$OpenBSD: patch-mozilla_gfx_skia_trunk_src_opts_SkBitmapProcState_opts_SSSE3_cpp,v 1.2 2015/07/05 20:18:06 landry Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=1028827
--- mozilla/gfx/skia/trunk/src/opts/SkBitmapProcState_opts_SSSE3.cpp.orig	Wed Mar 11 08:56:25 2015
+++ mozilla/gfx/skia/trunk/src/opts/SkBitmapProcState_opts_SSSE3.cpp	Thu Mar 19 21:22:21 2015
@@ -13,7 +13,7 @@
  * SSSE3 functions and enable the caller to determine SSSE3 support.  However for
  * compilers that do not support SSSE3 we provide a stub implementation.
  */
-#if SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_SSSE3
+#if !defined(SK_BUILD_FOR_ANDROID_FRAMEWORK) || SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_SSSE3
 
 #include <tmmintrin.h>  // SSSE3
 
