summaryrefslogtreecommitdiff
path: root/sci-libs/getdata/files/getdata-0.11.0-fix-gzseek64-not-found.patch
blob: 09a250e955f950aa1499a9ea4d7fbba1c4eb44ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Refer: https://stackoverflow.com/a/42695228
Bug: https://bugs.gentoo.org/898278
--- a/src/gzip.c
+++ b/src/gzip.c
@@ -21,6 +21,7 @@
 #include "internal.h"
 
 #ifdef HAVE_ZLIB_H
+#define Z_LARGE64
 #include <zlib.h>
 #endif