aboutsummaryrefslogtreecommitdiff
path: root/games/criticalmass/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-03-06 21:34:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-03-06 21:34:43 +0000
commit6524edf83cbdb3b8e9643c9cba5664cfddfa8759 (patch)
tree2de44f56a0227b6401572f159f5c09682744df88 /games/criticalmass/files
parent0ca9859c7cc2d2d49b8520264c7365f365fb5fc1 (diff)
Notes
Diffstat (limited to 'games/criticalmass/files')
-rw-r--r--games/criticalmass/files/patch-HashString.hpp20
-rw-r--r--games/criticalmass/files/patch-Input.hpp11
-rw-r--r--games/criticalmass/files/patch-utils::WalkDirectory.hpp10
3 files changed, 10 insertions, 31 deletions
diff --git a/games/criticalmass/files/patch-HashString.hpp b/games/criticalmass/files/patch-HashString.hpp
deleted file mode 100644
index c969a29da334..000000000000
--- a/games/criticalmass/files/patch-HashString.hpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- utils/HashString.hpp.orig Mon Aug 16 15:01:21 2004
-+++ utils/HashString.hpp Mon Aug 16 15:02:23 2004
-@@ -21,7 +21,7 @@
-
- namespace HASH_NAMESPACE
- {
-- struct hash<const string>
-+ template <> struct hash<const string>
- {
- //a simple hash function for string
- int operator()(const string & s) const
-@@ -32,7 +32,7 @@
- }
- };
-
-- struct hash<string>
-+ template <> struct hash<string>
- {
- //a simple hash function for string
- int operator()(string s) const
diff --git a/games/criticalmass/files/patch-Input.hpp b/games/criticalmass/files/patch-Input.hpp
deleted file mode 100644
index f2e01fc86312..000000000000
--- a/games/criticalmass/files/patch-Input.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- game/Input.hpp.orig Mon Aug 16 15:03:38 2004
-+++ game/Input.hpp Mon Aug 16 15:04:07 2004
-@@ -28,7 +28,7 @@
-
- namespace HASH_NAMESPACE
- {
-- struct hash<Trigger>
-+ template <> struct hash<Trigger>
- {
- //a simple hash function for Trigger
- int operator()(const Trigger &t) const
diff --git a/games/criticalmass/files/patch-utils::WalkDirectory.hpp b/games/criticalmass/files/patch-utils::WalkDirectory.hpp
new file mode 100644
index 000000000000..679cdfa0f098
--- /dev/null
+++ b/games/criticalmass/files/patch-utils::WalkDirectory.hpp
@@ -0,0 +1,10 @@
+--- utils/WalkDirectory.hpp.orig Sun Dec 19 15:18:06 2004
++++ utils/WalkDirectory.hpp Sun Mar 6 08:49:51 2005
+@@ -16,6 +16,7 @@
+ #define _WalkDirectory_hpp_
+
+ #include <iostream>
++#include <string>
+ using namespace std;
+
+ #ifdef VCPP