summaryrefslogtreecommitdiff
path: root/graphics/tiff2png/files/patch-tiff2png.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-01 05:26:28 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-01 05:26:28 +0000
commit2b74a89bc8342f0b9b737c37d87737caf7b0ea1e (patch)
treec04604583d8be53b3ed7f10975be828c731f87cb /graphics/tiff2png/files/patch-tiff2png.c
parent- Allow for larger database UIDs (diff)
- update png to 1.5.10
Notes
Notes: svn path=/head/; revision=297915
Diffstat (limited to 'graphics/tiff2png/files/patch-tiff2png.c')
-rw-r--r--graphics/tiff2png/files/patch-tiff2png.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/tiff2png/files/patch-tiff2png.c b/graphics/tiff2png/files/patch-tiff2png.c
new file mode 100644
index 000000000000..ba385e7a7f01
--- /dev/null
+++ b/graphics/tiff2png/files/patch-tiff2png.c
@@ -0,0 +1,10 @@
+--- 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