aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-net_dns_public_BUILD.gn
blob: dbafaec5f0f64d36adf097718f0a220df6fd6265 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/dns/public/BUILD.gn.orig	2023-11-29 21:40:07 UTC
+++ net/dns/public/BUILD.gn
@@ -77,7 +77,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" ]
   }