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 /devel/libclaw/files/patch-png.hpp | |
parent | - Allow for larger database UIDs (diff) |
- update png to 1.5.10
Diffstat (limited to '')
-rw-r--r-- | devel/libclaw/files/patch-png.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libclaw/files/patch-png.hpp b/devel/libclaw/files/patch-png.hpp new file mode 100644 index 000000000000..15e0afefa97d --- /dev/null +++ b/devel/libclaw/files/patch-png.hpp @@ -0,0 +1,10 @@ +--- claw/png.hpp.orig 2008-07-08 11:52:14.000000000 +0200 ++++ claw/png.hpp 2012-04-25 19:37:48.000000000 +0200 +@@ -32,6 +32,7 @@ + + #include <claw/image.hpp> + #include <png.h> ++#include <zlib.h> + #include <setjmp.h> + #include <iostream> + #include <string> |