pkgsrc-wip/chromium/patches/patch-third__party_pdfium_c...

14 lines
283 B
Plaintext

$NetBSD$
--- third_party/pdfium/core/fxge/BUILD.gn.orig 2020-07-15 19:01:38.000000000 +0000
+++ third_party/pdfium/core/fxge/BUILD.gn
@@ -161,7 +161,7 @@ source_set("fxge") {
]
}
- if (is_linux) {
+ if (is_linux || is_bsd) {
sources += [ "fx_ge_linux.cpp" ]
}