diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-29 19:27:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-29 19:27:15 +0000 |
commit | 9233c398a43db0055c1ca30be39fe14994ba25c9 (patch) | |
tree | 49ef7d221fcb598bfd4d0268a13910efaffb10ee /editors | |
parent | cd9fc17c44bbb6da7d8fa68c4877fb7a736d1651 (diff) |
- 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.c | 10 |
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; + |