aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third_party__pdfium__core__include__fxcrt__fx_system.h
blob: 093876a9275f74cc616483a260321c50fcba4b60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/pdfium/core/include/fxcrt/fx_system.h.orig	2014-10-10 09:15:54 UTC
+++ third_party/pdfium/core/include/fxcrt/fx_system.h
@@ -21,7 +21,7 @@
 #elif defined(_WIN32) || defined(_WIN64)
 #define _FX_OS_ _FX_WIN32_DESKTOP_
 #define _FXM_PLATFORM_ _FXM_PLATFORM_WINDOWS_
-#elif defined(__linux__)
+#elif defined(__linux__) || defined(__FreeBSD__)
 #define _FX_OS_ _FX_LINUX_DESKTOP_
 #define _FXM_PLATFORM_ _FXM_PLATFORM_LINUX_
 #elif defined(__APPLE__)