aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-components_gwp__asan_client_gwp__asan__features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-components_gwp__asan_client_gwp__asan__features.cc')
-rw-r--r--devel/electron29/files/patch-components_gwp__asan_client_gwp__asan__features.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-components_gwp__asan_client_gwp__asan__features.cc b/devel/electron29/files/patch-components_gwp__asan_client_gwp__asan__features.cc
new file mode 100644
index 000000000000..daf97426f192
--- /dev/null
+++ b/devel/electron29/files/patch-components_gwp__asan_client_gwp__asan__features.cc
@@ -0,0 +1,11 @@
+--- components/gwp_asan/client/gwp_asan_features.cc.orig 2024-02-21 00:20:41 UTC
++++ components/gwp_asan/client/gwp_asan_features.cc
+@@ -9,7 +9,7 @@ namespace gwp_asan::internal {
+ namespace gwp_asan::internal {
+
+ #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \
+- BUILDFLAG(IS_CHROMEOS) || \
++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) || \
+ (BUILDFLAG(IS_ANDROID) && defined(ARCH_CPU_64_BITS))
+ constexpr base::FeatureState kDefaultEnabled = base::FEATURE_ENABLED_BY_DEFAULT;
+ #else