$OpenBSD: patch-third_party_WebKit_Source_platform_fonts_skia_FontCacheSkia_cpp,v 1.6 2016/10/27 18:30:41 robert Exp $
--- third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp.orig.port	Wed Oct 12 21:03:14 2016
+++ third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp	Wed Oct 19 12:56:08 2016
@@ -62,7 +62,7 @@ static PassRefPtr<SkTypeface> typefaceForFontconfigInt
 
 namespace blink {
 
-#if OS(ANDROID) || OS(LINUX)
+#if OS(ANDROID) || OS(LINUX) || OS(OPENBSD)
 // Android special locale for retrieving the color emoji font
 // based on the proposed changes in UTR #51 for introducing
 // an Emoji script code:
@@ -183,7 +183,7 @@ PassRefPtr<SkTypeface> FontCache::createTypeface(const
     }
 #endif
 
-#if OS(LINUX) || OS(WIN)
+#if OS(LINUX) || OS(WIN) || OS(OPENBSD)
     // On linux if the fontManager has been overridden then we should be calling the embedder
     // provided font Manager rather than calling SkTypeface::CreateFromName which may redirect the
     // call to the default font Manager.
