diff options
Diffstat (limited to 'www/chromium/files/patch-third__party_expat_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-third__party_expat_BUILD.gn | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-third__party_expat_BUILD.gn b/www/chromium/files/patch-third__party_expat_BUILD.gn deleted file mode 100644 index fbeedbf42477..000000000000 --- a/www/chromium/files/patch-third__party_expat_BUILD.gn +++ /dev/null @@ -1,11 +0,0 @@ ---- third_party/expat/BUILD.gn.orig 2017-06-05 19:03:27 UTC -+++ third_party/expat/BUILD.gn -@@ -9,7 +9,7 @@ import("//testing/libfuzzer/fuzzer_test.gni") - # 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" ] - } |