summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_pdfium_BUILD.gn
blob: d1298098490aa896902eab8991960fb90db1f6d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/pdfium/BUILD.gn.orig	2017-06-05 19:04:21 UTC
+++ third_party/pdfium/BUILD.gn
@@ -75,7 +75,7 @@ config("pdfium_core_config") {
   cflags = []
   configs = [ ":pdfium_common_config" ]
   defines = [ "V8_DEPRECATION_WARNINGS" ]
-  if (is_linux) {
+  if (is_linux || is_bsd) {
     if (current_cpu == "x64") {
       defines += [ "_FX_CPU_=_FX_X64_" ]
       cflags += [ "-fPIC" ]