aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2024-03-06 06:05:37 +0000
committerRobert Nagy <rnagy@FreeBSD.org>2024-03-06 06:06:07 +0000
commitef70968307c637c51aec1fe7e2eda20658dac631 (patch)
treee8f514aa51b34c6d5054061d492e72409f390e56 /www/ungoogled-chromium
parentd5569c00b98c01090a7736caae9f9a5be1a0b4b2 (diff)
downloadports-ef70968307c637c51aec1fe7e2eda20658dac631.tar.gz
ports-ef70968307c637c51aec1fe7e2eda20658dac631.zip
Diffstat (limited to 'www/ungoogled-chromium')
-rw-r--r--www/ungoogled-chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni11
1 files changed, 10 insertions, 1 deletions
diff --git a/www/ungoogled-chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni b/www/ungoogled-chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni
index c65c98267491..284403a45df8 100644
--- a/www/ungoogled-chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni
+++ b/www/ungoogled-chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni
@@ -1,5 +1,14 @@
---- base/allocator/partition_allocator/partition_alloc.gni.orig 2024-02-25 20:22:18 UTC
+--- base/allocator/partition_allocator/partition_alloc.gni.orig 2024-03-06 06:05:23 UTC
+++ base/allocator/partition_allocator/partition_alloc.gni
+@@ -30,7 +30,7 @@ if (is_nacl) {
+ }
+
+ has_memory_tagging =
+- current_cpu == "arm64" && is_clang && !is_asan && (is_linux || is_android)
++ current_cpu == "arm64" && is_clang && !is_asan && !is_bsd && (is_linux || is_android)
+
+ declare_args() {
+ # Causes all the allocations to be routed via allocator_shim.cc. Usually,
@@ -335,7 +335,7 @@ declare_args() {
# dependencies that use partition_allocator are compiled in AOSP against a
# version of glibc that does not include pkeys syscall numbers.