summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/netpbm/patches/patch-aj')
-rw-r--r--graphics/netpbm/patches/patch-aj17
1 files changed, 0 insertions, 17 deletions
diff --git a/graphics/netpbm/patches/patch-aj b/graphics/netpbm/patches/patch-aj
deleted file mode 100644
index 08eecac5aee..00000000000
--- a/graphics/netpbm/patches/patch-aj
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aj,v 1.14 2014/08/25 08:23:22 wiz Exp $
-
-Fix build with png-1.5.
-Already included in Advanced release.
-
---- converter/other/pngtxt.h.orig 2006-08-19 04:12:28.000000000 +0100
-+++ converter/other/pngtxt.h 2011-01-14 21:39:26.000000000 +0000
-@@ -5,7 +5,8 @@
- #include <png.h>
-
- void
--pnmpng_read_text (png_info * const info_ptr,
-+pnmpng_read_text (png_struct * png_ptr,
-+ png_info * const info_ptr,
- FILE * const tfp,
- bool const ztxt,
- bool const verbose);