mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
11 lines
365 B
Text
11 lines
365 B
Text
--- sandbox/BUILD.gn.orig 2022-08-31 12:19:35 UTC
|
|
+++ 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" ]
|
|
}
|
|
}
|