opnsense-ports/devel/electron32/files/patch-net_dns_public_BUILD.gn
Franco Fichtner fd3bf1794a */*: sync with upstream
Taken from: FreeBSD
2024-09-23 09:02:17 +02:00

11 lines
305 B
Text

--- net/dns/public/BUILD.gn.orig 2024-06-18 21:43: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" ]
}