summaryrefslogtreecommitdiff
path: root/graphics/pdiff/patches/patch-aa
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2007-03-24 20:17:57 +0000
committerheinz <heinz@pkgsrc.org>2007-03-24 20:17:57 +0000
commit86a1ea94374ca8eae42e345a1bef228c9be7e4b1 (patch)
tree64c0fe27e8996ceddaf98a80a45eeaf14ab69a41 /graphics/pdiff/patches/patch-aa
parentd7fe674a7f762ec2255aa4f2075fd47c0aa9508a (diff)
downloadpkgsrc-86a1ea94374ca8eae42e345a1bef228c9be7e4b1.tar.gz
Updated to version 1.0.1.
Pkgsrc changes: - Removed unnecessary definitions for TIFF_LIBRARY. Both tiff and png libraries can be found automatically. - The package supports installation into DESTDIR. - patch-aa is now integrated - New patch-ab is necessary to get correct permissions for the executable file Changes since version 1.0: ========================== - Fixed off by one convolution error and libpng interface to 1.2.8
Diffstat (limited to 'graphics/pdiff/patches/patch-aa')
-rw-r--r--graphics/pdiff/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/pdiff/patches/patch-aa b/graphics/pdiff/patches/patch-aa
deleted file mode 100644
index ed62eac036b..00000000000
--- a/graphics/pdiff/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/02/23 17:39:51 wiz Exp $
-
---- RGBAImage.cpp.orig 2007-01-19 09:39:04.000000000 +0000
-+++ RGBAImage.cpp
-@@ -114,7 +114,7 @@ RGBAImage* RGBAImage::ReadPNG(char *file
- }
- }
-
-- png_read_destroy(png_ptr, info_ptr, end_info);
-+ png_destroy_read_struct(&png_ptr, &info_ptr, &end_info);
- return fimg;
- }
-