aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-net_dns_public_BUILD.gn
blob: 3526b2f4bea2bf5deb3c4fc086f950e4cac3c243 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/dns/public/BUILD.gn.orig	2024-05-23 20:04:36 UTC
+++ net/dns/public/BUILD.gn
@@ -78,7 +78,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" ]
   }