$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- services/shape_detection/shape_detection_sandbox_hook.cc.orig 2025-09-08 23:21:33.000000000 +0000 +++ services/shape_detection/shape_detection_sandbox_hook.cc @@ -31,8 +31,10 @@ bool ShapeDetectionPreSandboxHook( DVLOG(1) << "Successfully opened Chrome Shape Detection shared library."; } #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) +#if !BUILDFLAG(IS_BSD) auto* instance = sandbox::policy::SandboxLinux::GetInstance(); instance->EngageNamespaceSandboxIfPossible(); +#endif return true; }