summaryrefslogtreecommitdiff
path: root/archivers/unzip/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/unzip/patches/patch-aa')
-rw-r--r--archivers/unzip/patches/patch-aa23
1 files changed, 0 insertions, 23 deletions
diff --git a/archivers/unzip/patches/patch-aa b/archivers/unzip/patches/patch-aa
deleted file mode 100644
index a2279deae79..00000000000
--- a/archivers/unzip/patches/patch-aa
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2012/04/25 19:35:02 wiz Exp $
-
-More compatible to different versions of zlib.h files.
-
---- unzip.h.orig 2004-05-22 20:04:23.000000000 -0500
-+++ unzip.h
-@@ -258,11 +258,16 @@ freely, subject to the following restric
- #endif
-
- /* used to remove arguments in function prototypes for non-ANSI C */
-+#ifdef USE_ZLIB
-+#include <zconf.h>
-+#endif
-+#ifndef OF
- #ifdef PROTO
- # define OF(a) a
- #else
- # define OF(a) ()
- #endif
-+#endif
-
- /* enable the "const" keyword only if MODERN and if not otherwise instructed */
- #ifdef MODERN