diff options
author | Johan van Selst <johans@FreeBSD.org> | 2012-02-19 09:40:21 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2012-02-19 09:40:21 +0000 |
commit | 3921593daebd727767697e9f10e9f71886eb7237 (patch) | |
tree | 6ba9fe7e94e8c2fffdcc699d261c544bb8084fa1 /graphics/xpaint/files/patch-rw__readWritePNG.c | |
parent | * Sat Feb 18 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.4 (diff) |
- Update xpaint to 2.9.9
- Now using GNU configure rather than Imakefiles
- Dependens on new port x11-toolkits/libxaw3dxft
Notes
Notes:
svn path=/head/; revision=291793
Diffstat (limited to 'graphics/xpaint/files/patch-rw__readWritePNG.c')
-rw-r--r-- | graphics/xpaint/files/patch-rw__readWritePNG.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xpaint/files/patch-rw__readWritePNG.c b/graphics/xpaint/files/patch-rw__readWritePNG.c index 0cc13ed17279..94ab37daaa64 100644 --- a/graphics/xpaint/files/patch-rw__readWritePNG.c +++ b/graphics/xpaint/files/patch-rw__readWritePNG.c @@ -1,6 +1,6 @@ --- rw/readWritePNG.c.orig 2010-05-14 06:24:49.000000000 +0900 +++ rw/readWritePNG.c 2010-06-24 04:56:04.000000000 +0900 -@@ -10,15 +10,14 @@ +@@ -10,16 +10,15 @@ #include <stdlib.h> #include <png.h> @@ -12,6 +12,7 @@ #include <X11/Xlib.h> #include <X11/Intrinsic.h> #include "xpaint.h" + #include "../version.h" +#include <messages.h> +#include <image.h> |