diff options
Diffstat (limited to 'textproc/htmldoc/files/patch-image.cxx')
-rw-r--r-- | textproc/htmldoc/files/patch-image.cxx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/textproc/htmldoc/files/patch-image.cxx b/textproc/htmldoc/files/patch-image.cxx deleted file mode 100644 index 7aba1dfbf53b..000000000000 --- a/textproc/htmldoc/files/patch-image.cxx +++ /dev/null @@ -1,19 +0,0 @@ ---- htmldoc/image.cxx.orig 2006-05-31 21:00:02.000000000 +0200 -+++ htmldoc/image.cxx 2012-05-06 15:44:04.000000000 +0200 -@@ -56,6 +56,7 @@ - } - - #include <png.h> /* Portable Network Graphics (PNG) definitions */ -+#include <pngpriv.h> - - - /* -@@ -1499,7 +1500,7 @@ - - rows = NULL; - -- if (setjmp(pp->jmpbuf)) -+ if (setjmp(png_jmpbuf(pp))) - { - progress_error(HD_ERROR_BAD_FORMAT, "PNG file contains errors!"); - |