diff options
Diffstat (limited to 'devel/electron38/files/patch-components_gcm__driver_gcm__desktop__utils.cc')
-rw-r--r-- | devel/electron38/files/patch-components_gcm__driver_gcm__desktop__utils.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-components_gcm__driver_gcm__desktop__utils.cc b/devel/electron38/files/patch-components_gcm__driver_gcm__desktop__utils.cc new file mode 100644 index 000000000000..27b343dd4a2a --- /dev/null +++ b/devel/electron38/files/patch-components_gcm__driver_gcm__desktop__utils.cc @@ -0,0 +1,11 @@ +--- components/gcm_driver/gcm_desktop_utils.cc.orig 2025-03-24 20:50:14 UTC ++++ components/gcm_driver/gcm_desktop_utils.cc +@@ -32,7 +32,7 @@ GCMClient::ChromePlatform GetPlatform() { + return GCMClient::PLATFORM_ANDROID; + #elif BUILDFLAG(IS_CHROMEOS) + return GCMClient::PLATFORM_CROS; +-#elif BUILDFLAG(IS_LINUX) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + return GCMClient::PLATFORM_LINUX; + #else + // For all other platforms, return as LINUX. |