wok view zlib/stuff/zlib-1.2.5-lfs-decls.patch @ rev 22282

updated xorg-xf86-video-trident (1.3.6 -> 1.3.8)
author Hans-G?nter Theisgen
date Wed Nov 13 14:36:23 2019 +0100 (2019-11-13)
parents
children
line source
1 Index: zlib-1.2.5/zlib.h
2 ===================================================================
3 --- zlib-1.2.5.orig/zlib.h
4 +++ zlib-1.2.5/zlib.h
5 @@ -1578,7 +1578,7 @@ ZEXTERN int ZEXPORT inflateBackInit_ OF(
6 # define gzoffset gzoffset64
7 # define adler32_combine adler32_combine64
8 # define crc32_combine crc32_combine64
9 -# ifdef _LARGEFILE64_SOURCE
10 +# ifndef _LARGEFILE64_SOURCE
11 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
12 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int));
13 ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile));