summaryrefslogtreecommitdiff
path: root/games/criticalmass/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/criticalmass/patches/patch-ab')
-rw-r--r--games/criticalmass/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/criticalmass/patches/patch-ab b/games/criticalmass/patches/patch-ab
new file mode 100644
index 00000000000..bb888f80999
--- /dev/null
+++ b/games/criticalmass/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2005/02/15 23:10:09 peter Exp $
+
+--- game/Input.hpp.orig 2003-03-03 03:33:08.000000000 +0100
++++ game/Input.hpp 2005-02-16 01:06:06.000000000 +0100
+@@ -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