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 /games/frogatto/files/patch-src-IMG_savepng.cpp | |
parent | - Allow for larger database UIDs (diff) |
- update png to 1.5.10
Diffstat (limited to 'games/frogatto/files/patch-src-IMG_savepng.cpp')
-rw-r--r-- | games/frogatto/files/patch-src-IMG_savepng.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/frogatto/files/patch-src-IMG_savepng.cpp b/games/frogatto/files/patch-src-IMG_savepng.cpp new file mode 100644 index 000000000000..939b4c614bc0 --- /dev/null +++ b/games/frogatto/files/patch-src-IMG_savepng.cpp @@ -0,0 +1,10 @@ +--- src/IMG_savepng.cpp.orig 2011-04-08 16:11:45.000000000 +0200 ++++ src/IMG_savepng.cpp 2012-05-25 18:51:10.000000000 +0200 +@@ -27,6 +27,7 @@ + + #ifdef IMPLEMENT_SAVE_PNG + #include <png.h> ++#include <zlib.h> + #endif + + #include <stdlib.h> |