aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-03-29 19:27:15 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-03-29 19:27:15 +0000
commit9233c398a43db0055c1ca30be39fe14994ba25c9 (patch)
tree49ef7d221fcb598bfd4d0268a13910efaffb10ee /editors
parentcd9fc17c44bbb6da7d8fa68c4877fb7a736d1651 (diff)
downloadports-9233c398a43db0055c1ca30be39fe14994ba25c9.tar.gz
ports-9233c398a43db0055c1ca30be39fe14994ba25c9.zip
- fix build for png-1.4.1
Notes
Notes: svn path=/head/; revision=251754
Diffstat (limited to 'editors')
-rw-r--r--editors/ted/files/patch-bitmap-bmpng.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/ted/files/patch-bitmap-bmpng.c b/editors/ted/files/patch-bitmap-bmpng.c
new file mode 100644
index 000000000000..5e00c3adbad6
--- /dev/null
+++ b/editors/ted/files/patch-bitmap-bmpng.c
@@ -0,0 +1,10 @@
+--- bitmap/bmpng.c.orig 2009-10-16 17:20:57.000000000 +0200
++++ bitmap/bmpng.c 2010-03-29 21:20:37.000000000 +0200
+@@ -284,7 +284,6 @@
+ png_info * pngi,
+ const BitmapDescription * bd )
+ {
+- png_info_init( pngi );
+ pngi->width= bd->bdPixelsWide;
+ pngi->height= bd->bdPixelsHigh;
+