diff options
Diffstat (limited to 'media-libs/leptonica/files/leptonica-1.68-zlib-include.patch')
-rw-r--r-- | media-libs/leptonica/files/leptonica-1.68-zlib-include.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/media-libs/leptonica/files/leptonica-1.68-zlib-include.patch b/media-libs/leptonica/files/leptonica-1.68-zlib-include.patch deleted file mode 100644 index 06c9a47c8363..000000000000 --- a/media-libs/leptonica/files/leptonica-1.68-zlib-include.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- leptonica-1.68.orig/src/pngio.c 2011-02-01 00:41:12.000000000 -0500 -+++ leptonica-1.68/src/pngio.c 2011-07-09 09:17:17.000000000 -0400 -@@ -108,6 +108,10 @@ - - #include "png.h" - -+#ifdef HAVE_LIBZ -+#include "zlib.h" -+#endif -+ - /* ----------------Set defaults for read/write options ----------------- */ - /* strip 16 bpp --> 8 bpp on reading png; default is for stripping */ - static l_int32 var_PNG_STRIP_16_TO_8 = 1; |