$OpenBSD: patch-third_party_pdfium_core_src_fxge_ge_fx_ge_linux_cpp,v 1.8 2016/01/23 18:49:31 robert Exp $
--- third_party/pdfium/core/src/fxge/ge/fx_ge_linux.cpp.orig.port	Wed Jan 20 21:02:27 2016
+++ third_party/pdfium/core/src/fxge/ge/fx_ge_linux.cpp	Fri Jan 22 19:58:59 2016
@@ -123,9 +123,8 @@ void* CFX_LinuxFontInfo::MapFont(int weight,
 IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault(const char** pUserPaths) {
   CFX_LinuxFontInfo* pInfo = new CFX_LinuxFontInfo;
   if (!pInfo->ParseFontCfg(pUserPaths)) {
-    pInfo->AddPath("/usr/share/fonts");
-    pInfo->AddPath("/usr/share/X11/fonts/Type1");
-    pInfo->AddPath("/usr/share/X11/fonts/TTF");
+    pInfo->AddPath("/usr/X11R6/lib/X11/fonts/Type1");
+    pInfo->AddPath("/usr/X11R6/lib/X11/fonts/TTF");
     pInfo->AddPath("/usr/local/share/fonts");
   }
   return pInfo;
