aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_zlib_BUILD.gn
blob: 9aae0c6b9b41e264ede385bd002ef800254b95fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/zlib/BUILD.gn.orig	2023-09-13 12:11:42 UTC
+++ third_party/zlib/BUILD.gn
@@ -408,7 +408,7 @@ static_library("minizip") {
     ]
   }
 
-  if (is_apple || is_android || is_nacl) {
+  if (is_apple || is_android || is_nacl || is_bsd) {
     # Mac, Android and the BSDs don't have fopen64, ftello64, or fseeko64. We
     # use fopen, ftell, and fseek instead on these systems.
     defines = [ "USE_FILE32API" ]