diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-09-14 09:15:56 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-09-14 09:15:56 +0800 |
commit | 3be3a520470995242bcce1f8851b617c008634c3 (patch) | |
tree | 33785811edd7868e51a58211cd61dc0941dfdeab /games/ivan | |
parent | 0b47bc6842ee4fa3af084840fd3c992ec2c32cab (diff) | |
download | freebsd-ports-gnome-3be3a520470995242bcce1f8851b617c008634c3.tar.gz freebsd-ports-gnome-3be3a520470995242bcce1f8851b617c008634c3.tar.zst freebsd-ports-gnome-3be3a520470995242bcce1f8851b617c008634c3.zip |
Fix build with clang/libc++
Diffstat (limited to 'games/ivan')
-rw-r--r-- | games/ivan/files/patch-FeLib-Source-festring.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/ivan/files/patch-FeLib-Source-festring.cpp b/games/ivan/files/patch-FeLib-Source-festring.cpp new file mode 100644 index 000000000000..8adca22b33d4 --- /dev/null +++ b/games/ivan/files/patch-FeLib-Source-festring.cpp @@ -0,0 +1,10 @@ +--- FeLib/Source/festring.cpp.orig 2004-11-11 20:27:44.000000000 +0300 ++++ FeLib/Source/festring.cpp 2013-09-14 02:16:26.736227688 +0400 +@@ -11,6 +11,7 @@ + */ + + #include <cctype> ++#include <cstdlib> + + #include "festring.h" + #include "allocate.h" |