summaryrefslogtreecommitdiff
path: root/sci-libs/getdata/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-11 10:37:57 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-11 10:37:57 +0100
commit0b8c99da2b9c4eff53a33240b8c9f6db6dcba3db (patch)
treeec65222e960955380a3947019766a4db63f18a5f /sci-libs/getdata/files
parentf8d2edf76d3901ebc1ace32c33a4d547fd5eee63 (diff)
gentoo auto-resync : 11:09:2023 - 10:37:57
Diffstat (limited to 'sci-libs/getdata/files')
-rw-r--r--sci-libs/getdata/files/getdata-0.11.0-fix-gzseek64-not-found.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-libs/getdata/files/getdata-0.11.0-fix-gzseek64-not-found.patch b/sci-libs/getdata/files/getdata-0.11.0-fix-gzseek64-not-found.patch
new file mode 100644
index 000000000000..09a250e955f9
--- /dev/null
+++ b/sci-libs/getdata/files/getdata-0.11.0-fix-gzseek64-not-found.patch
@@ -0,0 +1,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
+