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 | |
parent | 24315159daa0089f08acea4ba1b130fb6721ad5c (diff) | |
download | ports-2b74a89bc8342f0b9b737c37d87737caf7b0ea1e.tar.gz ports-2b74a89bc8342f0b9b737c37d87737caf7b0ea1e.zip |
Notes
Diffstat (limited to 'games/warmux')
-rw-r--r-- | games/warmux/Makefile | 2 | ||||
-rw-r--r-- | games/warmux/files/patch-src-graphic.surface.cpp | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/games/warmux/Makefile b/games/warmux/Makefile index cddfd72e99c0..d5a6efac8153 100644 --- a/games/warmux/Makefile +++ b/games/warmux/Makefile @@ -7,7 +7,7 @@ PORTNAME= warmux DISTVERSION= 11.04.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://download.gna.org/${PORTNAME}/ \ http://download.gna.org/${PORTNAME}/archive/ 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" |