aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_components_update__client_update__query__params.cc
blob: 8e39f14d2c901956343a3e9a9cf76155bfd87d92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/3rdparty/chromium/components/update_client/update_query_params.cc.orig	2023-07-16 15:47:57 UTC
+++ src/3rdparty/chromium/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