pkgsrc-wip/chromium/patches/patch-services_network_BUIL...

26 lines
551 B
Plaintext

$NetBSD$
--- services/network/BUILD.gn.orig 2020-06-25 09:31:34.000000000 +0000
+++ services/network/BUILD.gn
@@ -256,13 +256,19 @@ jumbo_component("network_service") {
deps += [ "//components/certificate_transparency" ]
}
- if (is_linux) {
+ if (is_linux || is_bsd) {
deps += [
"//sandbox/linux:sandbox_services",
"//services/service_manager/sandbox:sandbox",
]
}
+ if (is_bsd) {
+ deps -= [
+ "//sandbox/linux:sandbox_services",
+ ]
+ }
+
if (is_android) {
deps += [
"//crypto",