$OpenBSD: patch-services_service_manager_runner_host_BUILD_gn,v 1.5 2018/09/12 17:08:22 robert Exp $

Index: services/service_manager/runner/host/BUILD.gn
--- services/service_manager/runner/host/BUILD.gn.orig
+++ services/service_manager/runner/host/BUILD.gn
@@ -31,7 +31,7 @@ source_set("lib") {
     "//mojo/public/cpp/system",
   ]
 
-  if (is_linux) {
+  if (is_linux && !is_openbsd) {
     deps += [ "//sandbox/linux:sandbox_services" ]
   }
 
