freebsd-ports/www/chromium/files/patch-content_network_BUILD.gn

13 lines
346 B
Text

--- content/network/BUILD.gn.orig 2018-03-29 12:51:25.325665000 +0200
+++ content/network/BUILD.gn 2018-03-29 12:56:34.023437000 +0200
@@ -75,6 +75,10 @@
"url_request_context_builder_mojo.cc",
]
+ if (is_bsd) {
+ sources -= [ "network_sandbox_hook_linux.cc" ]
+ }
+
configs += [ "//content:content_implementation" ]
deps = [