diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-01 05:26:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-01 05:26:28 +0000 |
commit | 2b74a89bc8342f0b9b737c37d87737caf7b0ea1e (patch) | |
tree | c04604583d8be53b3ed7f10975be828c731f87cb /graphics/gif2png/files/patch-gif2png.h | |
parent | - Allow for larger database UIDs (diff) |
- update png to 1.5.10
Notes
Notes:
svn path=/head/; revision=297915
Diffstat (limited to 'graphics/gif2png/files/patch-gif2png.h')
-rw-r--r-- | graphics/gif2png/files/patch-gif2png.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gif2png/files/patch-gif2png.h b/graphics/gif2png/files/patch-gif2png.h new file mode 100644 index 000000000000..bcb02608a70b --- /dev/null +++ b/graphics/gif2png/files/patch-gif2png.h @@ -0,0 +1,11 @@ +--- gif2png.h.orig 2010-10-20 00:11:28.000000000 +0200 ++++ gif2png.h 2012-04-25 06:50:10.000000000 +0200 +@@ -2,6 +2,8 @@ + + /* get png type definitions */ + #include "png.h" ++#include "pngpriv.h" ++#include "zlib.h" + + #define GIFterminator ';' + #define GIFextension '!' |