aboutsummaryrefslogtreecommitdiff
path: root/devel/electron18/files/patch-components_update__client_update__query__params.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron18/files/patch-components_update__client_update__query__params.cc')
-rw-r--r--devel/electron18/files/patch-components_update__client_update__query__params.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron18/files/patch-components_update__client_update__query__params.cc b/devel/electron18/files/patch-components_update__client_update__query__params.cc
new file mode 100644
index 000000000000..450a81478905
--- /dev/null
+++ b/devel/electron18/files/patch-components_update__client_update__query__params.cc
@@ -0,0 +1,11 @@
+--- components/update_client/update_query_params.cc.orig 2022-05-19 05:17:41 UTC
++++ components/update_client/update_query_params.cc
+@@ -40,6 +40,8 @@ const char kOs[] =
+ "fuchsia";
+ #elif BUILDFLAG(IS_OPENBSD)
+ "openbsd";
++#elif defined(OS_FREEBSD)
++ "freebsd";
+ #else
+ #error "unknown os"
+ #endif