aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_update__client_update__query__params.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_update__client_update__query__params.cc')
-rw-r--r--www/chromium/files/patch-components_update__client_update__query__params.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-components_update__client_update__query__params.cc b/www/chromium/files/patch-components_update__client_update__query__params.cc
new file mode 100644
index 000000000000..6f242082134f
--- /dev/null
+++ b/www/chromium/files/patch-components_update__client_update__query__params.cc
@@ -0,0 +1,11 @@
+--- components/update_client/update_query_params.cc.orig 2016-05-11 19:02:20 UTC
++++ components/update_client/update_query_params.cc
+@@ -31,6 +31,8 @@ const char kOs[] =
+ "linux";
+ #elif defined(OS_OPENBSD)
+ "openbsd";
++#elif defined(OS_FREEBSD)
++ "freebsd";
+ #else
+ #error "unknown os"
+ #endif