diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-25 21:54:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-25 21:54:14 +0000 |
commit | cecc92f67287c8614b293689cb769e63e9c1611f (patch) | |
tree | b434fa4701723ad5c1b732924be8a07ed11617ee /games/ivan | |
parent | a8aca8bc5eb2a24f0b4462ba22f3bab306e9fe18 (diff) | |
download | pkgsrc-cecc92f67287c8614b293689cb769e63e9c1611f.tar.gz |
Fix build with modern GCC
Diffstat (limited to 'games/ivan')
-rw-r--r-- | games/ivan/distinfo | 4 | ||||
-rw-r--r-- | games/ivan/patches/patch-FeLib_Source_festring.cpp | 12 | ||||
-rw-r--r-- | games/ivan/patches/patch-FeLib_Source_fetime.cpp | 12 |
3 files changed, 27 insertions, 1 deletions
diff --git a/games/ivan/distinfo b/games/ivan/distinfo index 6e627214e4d..07305bfaef0 100644 --- a/games/ivan/distinfo +++ b/games/ivan/distinfo @@ -1,8 +1,10 @@ -$NetBSD: distinfo,v 1.6 2011/03/16 11:40:27 obache Exp $ +$NetBSD: distinfo,v 1.7 2011/11/25 21:54:14 joerg Exp $ SHA1 (ivan-0.50.tar.gz) = e4c5ae2b9bdfd59a0ed3c87a504043df12b0f1a4 RMD160 (ivan-0.50.tar.gz) = 7e84340cd8fdfbdaaf7fde730fc0a76b137e2e91 Size (ivan-0.50.tar.gz) = 803651 bytes +SHA1 (patch-FeLib_Source_festring.cpp) = f45e5a3228f168888ecb5f645f463a2b8a3d903a +SHA1 (patch-FeLib_Source_fetime.cpp) = f941686fedd9603f1d89c0edb205caceef4b27ba SHA1 (patch-aa) = a52f3945a79e12cc72d30d9609c4bf390809a5bd SHA1 (patch-ab) = 63f215564ee0922d1daa5240b5a3b3b4afc5db24 SHA1 (patch-ac) = 42150fb33cbc0136bd702ab5cb26dcbc9d7c717c diff --git a/games/ivan/patches/patch-FeLib_Source_festring.cpp b/games/ivan/patches/patch-FeLib_Source_festring.cpp new file mode 100644 index 00000000000..285b6c6e045 --- /dev/null +++ b/games/ivan/patches/patch-FeLib_Source_festring.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-FeLib_Source_festring.cpp,v 1.1 2011/11/25 21:54:14 joerg Exp $ + +--- FeLib/Source/festring.cpp.orig 2011-11-25 18:33:17.000000000 +0000 ++++ FeLib/Source/festring.cpp +@@ -11,6 +11,7 @@ + */ + + #include <cctype> ++#include <cstdlib> + + #include "festring.h" + #include "allocate.h" diff --git a/games/ivan/patches/patch-FeLib_Source_fetime.cpp b/games/ivan/patches/patch-FeLib_Source_fetime.cpp new file mode 100644 index 00000000000..a7b4259544c --- /dev/null +++ b/games/ivan/patches/patch-FeLib_Source_fetime.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-FeLib_Source_fetime.cpp,v 1.1 2011/11/25 21:54:14 joerg Exp $ + +--- FeLib/Source/fetime.cpp.orig 2011-11-25 18:32:55.000000000 +0000 ++++ FeLib/Source/fetime.cpp +@@ -14,6 +14,7 @@ + But it also should be rather easy to fix. */ + + #include <ctime> ++#include <cstdlib> + + #include "fetime.h" + #include "festring.h" |