aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_policy_core_common_schema.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_policy_core_common_schema.cc')
-rw-r--r--www/chromium/files/patch-components_policy_core_common_schema.cc14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chromium/files/patch-components_policy_core_common_schema.cc b/www/chromium/files/patch-components_policy_core_common_schema.cc
new file mode 100644
index 000000000000..4b47fa3d917e
--- /dev/null
+++ b/www/chromium/files/patch-components_policy_core_common_schema.cc
@@ -0,0 +1,14 @@
+--- components/policy/core/common/schema.cc.orig 2016-05-11 19:02:18 UTC
++++ components/policy/core/common/schema.cc
+@@ -21,7 +21,11 @@
+ #include "components/json_schema/json_schema_constants.h"
+ #include "components/json_schema/json_schema_validator.h"
+ #include "components/policy/core/common/schema_internal.h"
++#if defined(OS_FREEBSD)
++#include <re2/re2.h>
++#else
+ #include "third_party/re2/src/re2/re2.h"
++#endif
+
+ namespace schema = json_schema_constants;
+