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/motogt/files/patch-src-MakeData.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/motogt/files/patch-src-MakeData.cpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games/motogt/files/patch-src-MakeData.cpp b/games/motogt/files/patch-src-MakeData.cpp index d9ef4fa1299d..6f5cafff82cd 100644 --- a/games/motogt/files/patch-src-MakeData.cpp +++ b/games/motogt/files/patch-src-MakeData.cpp @@ -1,14 +1,16 @@ ---- src/MakeData.cpp.orig 2011-01-10 20:40:30.000000000 +0300 -+++ src/MakeData.cpp 2011-09-26 23:15:04.000000000 +0400 -@@ -5,6 +5,7 @@ +--- src/MakeData.cpp.orig 2011-01-10 18:40:30.000000000 +0100 ++++ src/MakeData.cpp 2012-05-03 20:21:33.000000000 +0200 +@@ -4,7 +4,9 @@ + #include <cstdio> #define PNG_DEBUG 3 #include <png.h> ++#include <pngpriv.h> #include <fstream> +#include <sys/stat.h> #include "global.h" #include "Config.h" #include "Confirm.h" -@@ -376,7 +377,12 @@ +@@ -376,7 +378,12 @@ } fname[2]='0'+i; fname[1]='0'+j; |