aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-03-30 03:27:15 +0800
committerdinoex <dinoex@FreeBSD.org>2010-03-30 03:27:15 +0800
commit4733619599e40b74be13785be7a118a1c73122ea (patch)
tree8a0677e0e91e44c5f98449d949964bb11c7e0115 /editors
parenta006294f6db5f40759447f4f8b78622651137a81 (diff)
downloadfreebsd-ports-gnome-4733619599e40b74be13785be7a118a1c73122ea.tar.gz
freebsd-ports-gnome-4733619599e40b74be13785be7a118a1c73122ea.tar.zst
freebsd-ports-gnome-4733619599e40b74be13785be7a118a1c73122ea.zip
- fix build for png-1.4.1
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;
+