aboutsummaryrefslogblamecommitdiff
path: root/www/onlyoffice-documentserver/files/patch-core_Common_3dParty_v8_v8_third__party_zlib_BUILD.gn
blob: fbe2eb2138f4555a0169296b1c63fed8a9f71452 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                       
--- core/Common/3dParty/v8/v8/third_party/zlib/BUILD.gn.orig	2020-11-16 13:31:04 UTC
+++ core/Common/3dParty/v8/v8/third_party/zlib/BUILD.gn
@@ -108,6 +108,8 @@ if (use_arm_neon_optimizations) {
       defines = [ "CRC32_ARMV8_CRC32" ]
       if (is_android) {
         defines += [ "ARMV8_OS_ANDROID" ]
+      } else if (is_bsd) {
+        defines += [ "ARMV8_OS_FREEBSD" ]
       } else if (is_linux || is_chromeos) {
         defines += [ "ARMV8_OS_LINUX" ]
       } else if (is_mac) {