aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2013-09-14 09:14:01 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2013-09-14 09:14:01 +0800
commit71431e38a865826ebdfa2201cf4a60b4ce8f7b5c (patch)
treece056eb8c5294ffb6c520d4ed6f27645ca67acc6 /games
parent1b72ae73578f456383a431fd45a323612a130622 (diff)
downloadfreebsd-ports-gnome-71431e38a865826ebdfa2201cf4a60b4ce8f7b5c.tar.gz
freebsd-ports-gnome-71431e38a865826ebdfa2201cf4a60b4ce8f7b5c.tar.zst
freebsd-ports-gnome-71431e38a865826ebdfa2201cf4a60b4ce8f7b5c.zip
Fix build with clang/libc++
Diffstat (limited to 'games')
-rw-r--r--games/supertuxkart/files/patch-src-utils-random__generator.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/supertuxkart/files/patch-src-utils-random__generator.hpp b/games/supertuxkart/files/patch-src-utils-random__generator.hpp
new file mode 100644
index 000000000000..309fc9fee2a3
--- /dev/null
+++ b/games/supertuxkart/files/patch-src-utils-random__generator.hpp
@@ -0,0 +1,10 @@
+--- src/utils/random_generator.hpp.orig 2011-12-06 22:43:36.000000000 +0400
++++ src/utils/random_generator.hpp 2013-09-13 21:51:20.971227530 +0400
+@@ -21,6 +21,7 @@
+
+ #include <algorithm>
+ #include <vector>
++#include <cstdlib> // for rand()
+
+ /** A random number generator. Each objects that needs a random number uses
+ its own number random generator. They are all seeded with number provided