summaryrefslogtreecommitdiff
path: root/libz/libz/zconf.h.in.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libz/libz/zconf.h.in.patch')
-rw-r--r--libz/libz/zconf.h.in.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/libz/libz/zconf.h.in.patch b/libz/libz/zconf.h.in.patch
new file mode 100644
index 0000000..a14de59
--- /dev/null
+++ b/libz/libz/zconf.h.in.patch
@@ -0,0 +1,16 @@
+--- ../../upstream/zconf.h.in 2020-01-06 18:33:14.847145532 +0300
++++ zconf.h.in 2020-01-20 21:22:20.133238249 +0300
+@@ -431,11 +431,11 @@ typedef uLong FAR uLongf;
+ typedef unsigned long z_crc_t;
+ #endif
+
+-#ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */
++#if @HAVE_UNISTD_H@ /* may be set to #if 1 by ./configure */
+ # define Z_HAVE_UNISTD_H
+ #endif
+
+-#ifdef HAVE_STDARG_H /* may be set to #if 1 by ./configure */
++#if @HAVE_STDARG_H@ /* may be set to #if 1 by ./configure */
+ # define Z_HAVE_STDARG_H
+ #endif
+