diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-23 17:39:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-23 17:39:51 +0000 |
commit | 31d7f211a42dff5f28238159f8596779b66e76ad (patch) | |
tree | 3b6f214892728ec3ab032fb6ab8c1a5a290b961f /graphics/pdiff/patches/patch-aa | |
parent | 82ebf29fe96616b6c21a053bda9aaf8cf94b66b3 (diff) | |
download | pkgsrc-31d7f211a42dff5f28238159f8596779b66e76ad.tar.gz |
Update to 1.0:
Now with PNG support.
Diffstat (limited to 'graphics/pdiff/patches/patch-aa')
-rw-r--r-- | graphics/pdiff/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/pdiff/patches/patch-aa b/graphics/pdiff/patches/patch-aa new file mode 100644 index 00000000000..ed62eac036b --- /dev/null +++ b/graphics/pdiff/patches/patch-aa @@ -0,0 +1,13 @@ +$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;
+ }
+
|