diff options
Diffstat (limited to 'www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc')
| -rw-r--r-- | www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc b/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc index 708747c5ef82..3f173cd1ea68 100644 --- a/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc +++ b/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc @@ -1,6 +1,6 @@ ---- sandbox/policy/openbsd/sandbox_openbsd.cc.orig	2025-09-11 13:19:19 UTC +--- sandbox/policy/openbsd/sandbox_openbsd.cc.orig	2025-10-28 14:29:43 UTC  +++ sandbox/policy/openbsd/sandbox_openbsd.cc -@@ -0,0 +1,393 @@ +@@ -0,0 +1,396 @@  +// Copyright (c) 2012 The Chromium Authors. All rights reserved.  +// Use of this source code is governed by a BSD-style license that can be  +// found in the LICENSE file. @@ -61,6 +61,7 @@  +#endif  +  +#include "third_party/boringssl/src/include/openssl/crypto.h" ++#include "third_party/skia/experimental/rust_png/ffi/FFI.rs.h"  +  +#include <fontconfig/fontconfig.h>  +#include "ui/gfx/linux/fontconfig_util.h" @@ -127,6 +128,8 @@  +#endif  +      CRYPTO_pre_sandbox_init();  + ++      rust_png::initialize_cpudetect(); ++  +      base::FilePath cache_directory, local_directory;  +  +      base::PathService::Get(base::DIR_CACHE, &cache_directory); | 
