aboutsummaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-electron_shell_common_electron__command__line.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron35/files/patch-electron_shell_common_electron__command__line.cc')
-rw-r--r--devel/electron35/files/patch-electron_shell_common_electron__command__line.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-electron_shell_common_electron__command__line.cc b/devel/electron35/files/patch-electron_shell_common_electron__command__line.cc
deleted file mode 100644
index 7a17151bb3cc..000000000000
--- a/devel/electron35/files/patch-electron_shell_common_electron__command__line.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- electron/shell/common/electron_command_line.cc.orig 2025-04-04 05:26:44 UTC
-+++ electron/shell/common/electron_command_line.cc
-@@ -35,7 +35,7 @@ std::vector<std::string> ElectronCommandLine::AsUtf8()
- #endif
- }
-
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- // static
- void ElectronCommandLine::InitializeFromCommandLine() {
- argv_ = base::CommandLine::ForCurrentProcess()->argv();