diff options
author | 2012-03-13 00:52:34 +0000 | |
---|---|---|
committer | 2012-03-13 00:52:34 +0000 | |
commit | 93820202f9ac1577dbca3e837bb078aff09fbb68 (patch) | |
tree | 75e432b4c06665064a0323e127b95d2398fca557 /games-sports/xmoto/files/xmoto-0.5.9-libpng.patch | |
parent | Added 'alsa' USE flag (bug #341593), removed useless 'iconv'. Major cleanup o... (diff) | |
download | gentoo-2-93820202f9ac1577dbca3e837bb078aff09fbb68.tar.gz gentoo-2-93820202f9ac1577dbca3e837bb078aff09fbb68.tar.bz2 gentoo-2-93820202f9ac1577dbca3e837bb078aff09fbb68.zip |
version bump with patch from Mike Limansky (bug #398701)
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'games-sports/xmoto/files/xmoto-0.5.9-libpng.patch')
-rw-r--r-- | games-sports/xmoto/files/xmoto-0.5.9-libpng.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games-sports/xmoto/files/xmoto-0.5.9-libpng.patch b/games-sports/xmoto/files/xmoto-0.5.9-libpng.patch new file mode 100644 index 000000000000..208046c38221 --- /dev/null +++ b/games-sports/xmoto/files/xmoto-0.5.9-libpng.patch @@ -0,0 +1,12 @@ +diff --git a/xmoto-0.5.7.old/src/image/tim_png.cpp b/xmoto-0.5.7/src/image/tim_png.cpp +index 75fd545..e4073dc 100644 +--- a/xmoto-0.5.7.old/src/image/tim_png.cpp ++++ b/xmoto-0.5.7/src/image/tim_png.cpp +@@ -26,6 +26,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + #include <string.h> + #include "tim.h" + #include "png.h" ++#include "zlib.h" + + /*============================================================================== + Types |