summaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-sandbox_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-sandbox_BUILD.gn')
-rw-r--r--devel/electron33/files/patch-sandbox_BUILD.gn11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-sandbox_BUILD.gn b/devel/electron33/files/patch-sandbox_BUILD.gn
deleted file mode 100644
index 6b1329566d7d..000000000000
--- a/devel/electron33/files/patch-sandbox_BUILD.gn
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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" ]
- }
- }