aboutsummaryrefslogtreecommitdiff
path: root/devel/electron18/files/patch-net_dns_public_BUILD.gn
blob: 037814813b930d3465bbe039fcf0e0c0fa414a12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/dns/public/BUILD.gn.orig	2022-05-19 03:45:35 UTC
+++ net/dns/public/BUILD.gn
@@ -74,7 +74,7 @@ source_set("tests") {
     "doh_provider_entry_unittest.cc",
   ]
 
-  if (is_posix && !is_android) {
+  if (is_posix && !is_android && !is_bsd) {
     sources += [ "resolv_reader_unittest.cc" ]
   }