mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
Under the hood runs Chromium 108.0.5359.181 with security patches up to
Chromium 110.0.5481.104. Most of the patches were taken of from
Chromium 108.0.5359.124 (7ae5e0e6d6
).
Build tests so far:
- 14.0-CURRENT@ amd64@df2fbbfa71
- 13.2-RELEASE amd64 ALSA
- 13.1-RELEASE amd64 ALSA
- 12.4-RELEASE amd64 + i386 (ALSA/PULSE/SNDIO)
Runtime tests with 12.4-RELEASE so far without issues.
PR: 272422
Exp-run by: antoine
11 lines
409 B
Text
11 lines
409 B
Text
--- src/3rdparty/chromium/sandbox/BUILD.gn.orig 2023-03-28 19:45:02 UTC
|
|
+++ src/3rdparty/chromium/sandbox/BUILD.gn
|
|
@@ -49,7 +49,7 @@ group("sandbox") {
|
|
"//sandbox/mac:system_services",
|
|
"//sandbox/mac/mojom",
|
|
]
|
|
- } else if (is_linux || is_chromeos || is_android) {
|
|
+ } else if ((is_linux && !is_bsd) || is_chromeos || is_android) {
|
|
public_deps = [ "//sandbox/linux:sandbox" ]
|
|
}
|
|
}
|