aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_expat_BUILD.gn
blob: 7dd3c39065959862aa6af3c19026851b0030b4e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/expat/BUILD.gn.orig	2017-04-19 19:06:51 UTC
+++ third_party/expat/BUILD.gn
@@ -9,7 +9,7 @@ import("//testing/libfuzzer/fuzzer_test.
 # let's not pull it in twice.
 # Chromecast doesn't ship expat as a system library.
 # Libfuzzer and AFL need to build library from sources.
-if (is_linux && !is_chromecast && !use_libfuzzer && !use_afl) {
+if ((is_linux || is_bsd) && !is_chromecast && !use_libfuzzer && !use_afl) {
   config("expat_config") {
     libs = [ "expat" ]
   }