diff options
Diffstat (limited to 'devel/electron32/files/patch-components_update__client_update__query__params.cc')
-rw-r--r-- | devel/electron32/files/patch-components_update__client_update__query__params.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-components_update__client_update__query__params.cc b/devel/electron32/files/patch-components_update__client_update__query__params.cc deleted file mode 100644 index b9b184514eab..000000000000 --- a/devel/electron32/files/patch-components_update__client_update__query__params.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- components/update_client/update_query_params.cc.orig 2023-08-10 01:48:42 UTC -+++ components/update_client/update_query_params.cc -@@ -42,6 +42,8 @@ const char kOs[] = - "fuchsia"; - #elif BUILDFLAG(IS_OPENBSD) - "openbsd"; -+#elif defined(OS_FREEBSD) -+ "freebsd"; - #else - #error "unknown os" - #endif |