diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-net_dns_public_BUILD_gn')
| -rw-r--r-- | www/chromium-uc/patches/patch-net_dns_public_BUILD_gn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chromium-uc/patches/patch-net_dns_public_BUILD_gn b/www/chromium-uc/patches/patch-net_dns_public_BUILD_gn new file mode 100644 index 0000000..c53b2f4 --- /dev/null +++ b/www/chromium-uc/patches/patch-net_dns_public_BUILD_gn | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | $OpenBSD: patch-net_dns_public_BUILD_gn,v 1.2 2021/11/16 11:28:47 robert Exp $ | ||
| 2 | |||
| 3 | Index: net/dns/public/BUILD.gn | ||
| 4 | --- net/dns/public/BUILD.gn.orig | ||
| 5 | +++ net/dns/public/BUILD.gn | ||
| 6 | @@ -37,7 +37,7 @@ source_set("public") { | ||
| 7 | "util.h", | ||
| 8 | ] | ||
| 9 | |||
| 10 | - if (is_linux) { | ||
| 11 | + if (is_linux && !is_openbsd) { | ||
| 12 | sources += [ | ||
| 13 | "resolv_reader.cc", | ||
| 14 | "resolv_reader.h", | ||
