diff options
Diffstat (limited to 'graphics/tiff2png/files/patch-tiff2png.c')
-rw-r--r-- | graphics/tiff2png/files/patch-tiff2png.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/graphics/tiff2png/files/patch-tiff2png.c b/graphics/tiff2png/files/patch-tiff2png.c deleted file mode 100644 index ba385e7a7f01..000000000000 --- a/graphics/tiff2png/files/patch-tiff2png.c +++ /dev/null @@ -1,10 +0,0 @@ ---- tiff2png.c.orig 2002-09-13 01:00:00.000000000 +0200 -+++ tiff2png.c 2012-04-27 07:10:32.000000000 +0200 -@@ -87,6 +87,7 @@ - # include "tiffcomp.h" /* not installed by default */ - #endif - #include "png.h" -+#include "zlib.h" - - #ifdef _MSC_VER /* works for MSVC 5.0; need finer tuning? */ - # define strcasecmp _stricmp |