diff options
Diffstat (limited to 'devel/electron37/files/patch-electron_shell_common_electron__command__line.h')
-rw-r--r-- | devel/electron37/files/patch-electron_shell_common_electron__command__line.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-electron_shell_common_electron__command__line.h b/devel/electron37/files/patch-electron_shell_common_electron__command__line.h new file mode 100644 index 000000000000..d57f83b977e4 --- /dev/null +++ b/devel/electron37/files/patch-electron_shell_common_electron__command__line.h @@ -0,0 +1,11 @@ +--- electron/shell/common/electron_command_line.h.orig 2025-04-04 05:26:44 UTC ++++ electron/shell/common/electron_command_line.h +@@ -24,7 +24,7 @@ class ElectronCommandLine { + + static void Init(int argc, base::CommandLine::CharType const* const* argv); + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // On Linux the command line has to be read from base::CommandLine since + // it is using zygote. + static void InitializeFromCommandLine(); |