diff options
Diffstat (limited to 'devel/electron38/files/patch-chrome_common_channel__info.h')
-rw-r--r-- | devel/electron38/files/patch-chrome_common_channel__info.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-chrome_common_channel__info.h b/devel/electron38/files/patch-chrome_common_channel__info.h new file mode 100644 index 000000000000..ff29dd151f00 --- /dev/null +++ b/devel/electron38/files/patch-chrome_common_channel__info.h @@ -0,0 +1,20 @@ +--- chrome/common/channel_info.h.orig 2025-04-22 20:15:27 UTC ++++ chrome/common/channel_info.h +@@ -11,7 +11,7 @@ + #include "build/branding_buildflags.h" + #include "build/build_config.h" + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + namespace base { + class Environment; + } +@@ -99,7 +99,7 @@ std::string GetChannelSuffixForDataDir(); + std::string GetChannelSuffixForDataDir(); + #endif + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + std::string GetChannelSuffixForExtraFlagsEnvVarName(); + + // Returns the channel-specific filename of the desktop shortcut used to launch |