summaryrefslogtreecommitdiff
path: root/games/criticalmass/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/criticalmass/patches/patch-aa')
-rw-r--r--games/criticalmass/patches/patch-aa22
1 files changed, 0 insertions, 22 deletions
diff --git a/games/criticalmass/patches/patch-aa b/games/criticalmass/patches/patch-aa
deleted file mode 100644
index 58fb0a7703e..00000000000
--- a/games/criticalmass/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/02/15 23:10:09 peter Exp $
-
---- utils/HashString.hpp.orig 2003-03-03 03:32:13.000000000 +0100
-+++ utils/HashString.hpp 2005-02-16 01:05:07.000000000 +0100
-@@ -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