$OpenBSD: patch-third_party_pdfium_core_src_fxge_ge_fx_ge_linux_cpp,v 1.5 2015/07/23 13:44:04 robert Exp $
--- third_party/pdfium/core/src/fxge/ge/fx_ge_linux.cpp.orig.port	Wed Jul 15 22:31:51 2015
+++ third_party/pdfium/core/src/fxge/ge/fx_ge_linux.cpp	Wed Jul 22 08:37:30 2015
@@ -211,8 +211,8 @@ IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault(
     CFX_LinuxFontInfo* pInfo = new CFX_LinuxFontInfo;
     if (!pInfo->ParseFontCfg()) {
         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;
