diff options
Diffstat (limited to 'graphics/netpbm/files/patch-pnmtopng.c')
| -rw-r--r-- | graphics/netpbm/files/patch-pnmtopng.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/netpbm/files/patch-pnmtopng.c b/graphics/netpbm/files/patch-pnmtopng.c index 2ba6453629af..14ed8ff7c123 100644 --- a/graphics/netpbm/files/patch-pnmtopng.c +++ b/graphics/netpbm/files/patch-pnmtopng.c @@ -1,15 +1,15 @@ ---- converter/other/pnmtopng.c.orig 2009-08-01 21:31:33.000000000 +0200 -+++ converter/other/pnmtopng.c 2010-05-21 09:59:36.000000000 +0200 -@@ -63,7 +63,7 @@ - #include "mallocvar.h" +--- converter/other/pnmtopng.c.orig 2009-09-03 17:34:36.000000000 +0200 ++++ converter/other/pnmtopng.c 2010-05-21 10:45:59.000000000 +0200 +@@ -69,7 +69,7 @@ #include "nstring.h" + #include "version.h" -#if PNG_LIBPNG_VER >= 10400 +#if 0 #error Your PNG library (<png.h>) is incompatible with this Netpbm source code. #error You need either an older PNG library (older than 1.4) #error newer Netpbm source code (at least 10.48) -@@ -1869,7 +1869,7 @@ +@@ -2611,7 +2611,7 @@ info_ptr->num_palette = palette_size; if (trans_size > 0) { info_ptr->valid |= PNG_INFO_tRNS; @@ -18,7 +18,7 @@ info_ptr->num_trans = trans_size; /* omit opaque values */ } /* creating hIST chunk */ -@@ -1906,7 +1906,7 @@ +@@ -2648,7 +2648,7 @@ info_ptr->color_type == PNG_COLOR_TYPE_RGB) { if (transparent > 0) { info_ptr->valid |= PNG_INFO_tRNS; @@ -27,7 +27,7 @@ xelToPngColor_16(transcolor, maxval, png_maxval); } } else { -@@ -1918,10 +1918,10 @@ +@@ -2660,10 +2660,10 @@ if (info_ptr->valid && PNG_INFO_tRNS) pm_message("Transparent color {gray, red, green, blue} = " "{%d, %d, %d, %d}", |
