$OpenBSD: patch-external_pdfium_pdfium-openbsd_patch,v 1.5 2021/09/02 11:11:58 robert Exp $

Index: external/pdfium/pdfium-openbsd.patch
--- external/pdfium/pdfium-openbsd.patch.orig
+++ external/pdfium/pdfium-openbsd.patch
@@ -0,0 +1,45 @@
+--- ./core/fxcrt/cfx_datetime.cpp.orig	Thu Sep  2 08:48:56 2021
++++ ./core/fxcrt/cfx_datetime.cpp	Thu Sep  2 08:49:03 2021
+@@ -11,7 +11,7 @@
+ #include "third_party/base/check.h"
+ 
+ #if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_CHROMEOS) || \
+-    defined(OS_APPLE) || defined(OS_ASMJS)
++    defined(OS_APPLE) || defined(OS_ASMJS) || defined(OS_OPENBSD)
+ #include <sys/time.h>
+ #include <time.h>
+ #endif
+--- ./core/fxge/linux/fx_linux_impl.cpp.orig	Thu Sep  2 08:49:20 2021
++++ ./core/fxge/linux/fx_linux_impl.cpp	Thu Sep  2 08:49:45 2021
+@@ -17,7 +17,7 @@
+ #include "third_party/base/check.h"
+ #include "third_party/base/stl_util.h"
+ 
+-#if !defined(OS_LINUX) && !defined(OS_CHROMEOS) && !defined(OS_ASMJS)
++#if !defined(OS_LINUX) && !defined(OS_CHROMEOS) && !defined(OS_ASMJS) && !defined(OS_OPENBSD)
+ #error "Included on the wrong platform"
+ #endif
+ 
+@@ -166,9 +166,8 @@
+   std::unique_ptr<SystemFontInfoIface> CreateDefaultSystemFontInfo() override {
+     auto pInfo = std::make_unique<CFX_LinuxFontInfo>();
+     if (!pInfo->ParseFontCfg(CFX_GEModule::Get()->GetUserFontPaths())) {
+-      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;
+--- ./core/fxge/cfx_fontmapper.cpp.orig	Thu Sep  2 08:49:50 2021
++++ ./core/fxge/cfx_fontmapper.cpp	Thu Sep  2 08:49:58 2021
+@@ -155,7 +155,7 @@
+     {"ForteMT", "Forte"},
+ };
+ 
+-#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ASMJS)
++#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ASMJS) || defined(OS_BSD)
+ const char kNarrowFamily[] = "LiberationSansNarrow";
+ #elif defined(OS_ANDROID)
+ const char kNarrowFamily[] = "RobotoCondensed";
