$OpenBSD: patch-gfx_skia_trunk_src_opts_SkBitmapProcState_opts_SSSE3_cpp,v 1.1 2014/07/24 18:09:57 landry Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=1028827
--- gfx/skia/trunk/src/opts/SkBitmapProcState_opts_SSSE3.cpp.orig	Thu Jul 10 23:52:56 2014
+++ gfx/skia/trunk/src/opts/SkBitmapProcState_opts_SSSE3.cpp	Thu Jul 10 23:53:06 2014
@@ -14,7 +14,7 @@
  * if the device does not support SSSE3 then the compiler will not supply the required
  * -mssse3 option needed to build this file, so instead we provide a stub implementation.
  */
-#if !defined(SK_BUILD_FOR_ANDROID_FRAMEWORK) || SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_SSSE3
+#if SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_SSSE3
 
 #include <tmmintrin.h>  // SSSE3
 
