aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-sandbox_linux_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-sandbox_linux_BUILD.gn')
-rw-r--r--devel/electron12/files/patch-sandbox_linux_BUILD.gn20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron12/files/patch-sandbox_linux_BUILD.gn b/devel/electron12/files/patch-sandbox_linux_BUILD.gn
deleted file mode 100644
index fff112a6c2e2..000000000000
--- a/devel/electron12/files/patch-sandbox_linux_BUILD.gn
+++ /dev/null
@@ -1,20 +0,0 @@
---- sandbox/linux/BUILD.gn.orig 2021-01-07 00:36:39 UTC
-+++ sandbox/linux/BUILD.gn
-@@ -386,7 +386,7 @@ component("sandbox_services") {
- public_deps += [ ":sandbox_services_headers" ]
- }
-
-- if (is_nacl_nonsfi) {
-+ if (is_nacl_nonsfi || is_bsd) {
- cflags = [ "-fgnu-inline-asm" ]
-
- sources -= [
-@@ -394,6 +394,8 @@ component("sandbox_services") {
- "services/init_process_reaper.h",
- "services/scoped_process.cc",
- "services/scoped_process.h",
-+ "services/syscall_wrappers.cc",
-+ "services/syscall_wrappers.h",
- "services/yama.cc",
- "services/yama.h",
- "syscall_broker/broker_channel.cc",