ports/www/chromium/patches/patch-third_party_zlib_BUILD_gn

13 lines
433 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: third_party/zlib/BUILD.gn
--- third_party/zlib/BUILD.gn.orig
+++ third_party/zlib/BUILD.gn
2023-09-14 00:49:35 +00:00
@@ -408,7 +408,7 @@ static_library("minizip") {
2023-08-16 22:26:55 +00:00
]
}
- 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" ]