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/warmux/files/patch-src-graphic.surface.cpp | |
parent | - Allow for larger database UIDs (diff) |
- update png to 1.5.10
Notes
Notes:
svn path=/head/; revision=297915
Diffstat (limited to '')
-rw-r--r-- | games/warmux/files/patch-src-graphic.surface.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/warmux/files/patch-src-graphic.surface.cpp b/games/warmux/files/patch-src-graphic.surface.cpp new file mode 100644 index 000000000000..866d8818c618 --- /dev/null +++ b/games/warmux/files/patch-src-graphic.surface.cpp @@ -0,0 +1,10 @@ +--- src/graphic/surface.cpp.orig 2011-04-28 21:03:06.000000000 +0200 ++++ src/graphic/surface.cpp 2012-05-09 12:06:52.000000000 +0200 +@@ -25,6 +25,7 @@ + #include <SDL_image.h> + #include <SDL_rotozoom.h> + #include <png.h> ++#include <zlib.h> + + #include "graphic/surface.h" + #include "tool/math_tools.h" |