aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-electron_shell_common_electron__command__line.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-electron_shell_common_electron__command__line.cc')
-rw-r--r--devel/electron33/files/patch-electron_shell_common_electron__command__line.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-electron_shell_common_electron__command__line.cc b/devel/electron33/files/patch-electron_shell_common_electron__command__line.cc
deleted file mode 100644
index 10eb673c987e..000000000000
--- a/devel/electron33/files/patch-electron_shell_common_electron__command__line.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- electron/shell/common/electron_command_line.cc.orig 2022-05-18 15:31:32 UTC
-+++ electron/shell/common/electron_command_line.cc
-@@ -26,7 +26,7 @@ void ElectronCommandLine::Init(int argc, base::Command
- argv_.assign(argv, argv + argc);
- }
-
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- // static
- void ElectronCommandLine::InitializeFromCommandLine() {
- argv_ = base::CommandLine::ForCurrentProcess()->argv();