$OpenBSD: patch-net_dns_BUILD_gn,v 1.2 2021/10/29 14:49:41 robert Exp $

Index: net/dns/BUILD.gn
--- net/dns/BUILD.gn.orig
+++ net/dns/BUILD.gn
@@ -110,7 +110,7 @@ source_set("dns") {
       "dns_config_service_android.cc",
       "dns_config_service_android.h",
     ]
-  } else if (is_linux) {
+  } else if (is_linux && !is_openbsd) {
     sources += [
       "dns_config_service_linux.cc",
       "dns_config_service_linux.h",
