diff options
Diffstat (limited to 'devel/electron38/files/patch-components_update__client_update__query__params.cc')
| -rw-r--r-- | devel/electron38/files/patch-components_update__client_update__query__params.cc | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/devel/electron38/files/patch-components_update__client_update__query__params.cc b/devel/electron38/files/patch-components_update__client_update__query__params.cc new file mode 100644 index 000000000000..79e60763484c --- /dev/null +++ b/devel/electron38/files/patch-components_update__client_update__query__params.cc @@ -0,0 +1,11 @@ +--- components/update_client/update_query_params.cc.orig	2025-03-24 20:50:14 UTC ++++ components/update_client/update_query_params.cc +@@ -39,6 +39,8 @@ const char kOs[] = +     "fuchsia"; + #elif BUILDFLAG(IS_OPENBSD) +     "openbsd"; ++#elif defined(OS_FREEBSD) ++    "freebsd"; + #else + #error "unknown os" + #endif | 
