diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2025-01-25 09:08:08 +0100 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2025-01-25 09:13:23 +0100 |
commit | 6feb21e9f836c15989a82dc071002cc91e972b5e (patch) | |
tree | 4bfa0d6982048b9910367c6d6f93fbc6739c665f /www/chromium/files/patch-v8_include_v8config.h | |
parent | security/vuxml: add www/*chromium < 132.0.6834.110 (diff) |
www/chromium: update to 132.0.6834.110
Security: https://vuxml.freebsd.org/freebsd/c53cd328-8131-4fc2-a083-a9e9d45e3028.html
Security: https://vuxml.freebsd.org/freebsd/756839e1-cd78-4082-9f9e-d0da616ca8dd.html
Diffstat (limited to 'www/chromium/files/patch-v8_include_v8config.h')
-rw-r--r-- | www/chromium/files/patch-v8_include_v8config.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/www/chromium/files/patch-v8_include_v8config.h b/www/chromium/files/patch-v8_include_v8config.h index fc0b948317e3..41a201eca5d4 100644 --- a/www/chromium/files/patch-v8_include_v8config.h +++ b/www/chromium/files/patch-v8_include_v8config.h @@ -1,4 +1,4 @@ ---- v8/include/v8config.h.orig 2024-10-22 08:31:56 UTC +--- v8/include/v8config.h.orig 2025-01-15 09:18:26 UTC +++ v8/include/v8config.h @@ -201,6 +201,8 @@ path. Add it with -I<path> to the command line && !defined(V8_TARGET_OS_FUCHSIA) \ @@ -35,13 +35,11 @@ #ifdef V8_OS_MACOS # define V8_TARGET_OS_MACOS #endif -@@ -381,7 +395,8 @@ path. Add it with -I<path> to the command line - // preserve_most in clang >= 17 (see https://reviews.llvm.org/D143425). +@@ -382,6 +396,7 @@ path. Add it with -I<path> to the command line #if (defined(_M_X64) || defined(__x86_64__) /* x64 (everywhere) */ \ || ((defined(__AARCH64EL__) || defined(_M_ARM64)) /* arm64, but ... */ \ -- && !defined(_WIN32))) /* not on windows */ \ -+ && !defined(_WIN32) /* not on windows */ \ -+ && !defined(__OpenBSD__))) /* not on OpenBSD */ \ + && !defined(_WIN32))) /* not on windows */ \ ++ && !defined(__OpenBSD__) /* not on OpenBSD */ \ && !defined(COMPONENT_BUILD) /* no component build */\ && __clang_major__ >= 17 /* clang >= 17 */ # define V8_HAS_ATTRIBUTE_PRESERVE_MOST (__has_attribute(preserve_most)) |