aboutsummaryrefslogtreecommitdiff
path: root/games/xmoto/files
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-05-22 14:31:42 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-05-22 14:31:42 +0000
commitbde4675bef50646658bb7c920a6db2a4b0c327f1 (patch)
treef404cc00ca9222a6a03a9e89bc22d70add5aff22 /games/xmoto/files
parent744e2916a23e17f1b660908867b08593bb50534a (diff)
Notes
Diffstat (limited to 'games/xmoto/files')
-rw-r--r--games/xmoto/files/patch-src-Replay.cpp10
-rw-r--r--games/xmoto/files/patch-src-WWW.h10
-rw-r--r--games/xmoto/files/patch-src-md5sum-md5file.h10
3 files changed, 30 insertions, 0 deletions
diff --git a/games/xmoto/files/patch-src-Replay.cpp b/games/xmoto/files/patch-src-Replay.cpp
new file mode 100644
index 000000000000..595918fc6327
--- /dev/null
+++ b/games/xmoto/files/patch-src-Replay.cpp
@@ -0,0 +1,10 @@
+--- src/Replay.cpp.orig Sun May 21 17:46:59 2006
++++ src/Replay.cpp Sun May 21 17:47:11 2006
+@@ -32,7 +32,6 @@
+ #include <time.h>
+ #include <ctime>
+ #include <iostream>
+-#include <locale>
+
+ namespace vapp {
+
diff --git a/games/xmoto/files/patch-src-WWW.h b/games/xmoto/files/patch-src-WWW.h
new file mode 100644
index 000000000000..f7d3936d0a17
--- /dev/null
+++ b/games/xmoto/files/patch-src-WWW.h
@@ -0,0 +1,10 @@
+--- src/WWW.h.orig Sun May 21 17:47:25 2006
++++ src/WWW.h Sun May 21 17:47:49 2006
+@@ -8,6 +8,7 @@
+
+ #include <string>
+ #include <vector>
++#include <stdio.h>
+
+ #if !defined(_MSC_VER)
+ #define USE_HASH_MAP
diff --git a/games/xmoto/files/patch-src-md5sum-md5file.h b/games/xmoto/files/patch-src-md5sum-md5file.h
new file mode 100644
index 000000000000..3411dfa0b428
--- /dev/null
+++ b/games/xmoto/files/patch-src-md5sum-md5file.h
@@ -0,0 +1,10 @@
+--- src/md5sum/md5file.h.orig Sun May 21 17:45:47 2006
++++ src/md5sum/md5file.h Sun May 21 17:46:02 2006
+@@ -2,6 +2,7 @@
+ #define MD5FILE
+
+ #include <string>
++#include <stdio.h>
+
+ std::string md5file(std::string p_filename);
+