Import devel/llvm50 version 5.0.0_1
[dports.git] / www / chromium / files / patch-third__party_pdfium_core_fxcrt_fx__system.h
1 --- third_party/pdfium/core/fxcrt/fx_system.h.orig      2016-12-13 00:26:52 UTC
2 +++ third_party/pdfium/core/fxcrt/fx_system.h
3 @@ -40,7 +40,7 @@
4  #elif defined(_WIN64)
5  #define _FX_OS_ _FX_WIN64_DESKTOP_
6  #define _FXM_PLATFORM_ _FXM_PLATFORM_WINDOWS_
7 -#elif defined(__linux__)
8 +#elif defined(__linux__) || defined(__FreeBSD__)
9  #define _FX_OS_ _FX_LINUX_DESKTOP_
10  #define _FXM_PLATFORM_ _FXM_PLATFORM_LINUX_
11  #elif defined(__APPLE__)