aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_pdfium_core_fxcrt_fx__system.h
blob: 05d6c3e28de03715bdb6c6f7ff66133eaa7cd847 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/pdfium/core/fxcrt/fx_system.h.orig	2019-07-24 19:03:29 UTC
+++ third_party/pdfium/core/fxcrt/fx_system.h
@@ -26,7 +26,7 @@
 #define _FX_PLATFORM_ _FX_PLATFORM_WINDOWS_
 #elif defined(_WIN64)
 #define _FX_PLATFORM_ _FX_PLATFORM_WINDOWS_
-#elif defined(__linux__)
+#elif defined(__linux__) || defined(__FreeBSD__)
 #define _FX_PLATFORM_ _FX_PLATFORM_LINUX_
 #elif defined(__APPLE__)
 #define _FX_PLATFORM_ _FX_PLATFORM_APPLE_