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, 0 insertions, 13 deletions
diff --git a/games/criticalmass/patches/patch-ab b/games/criticalmass/patches/patch-ab
deleted file mode 100644
index bb888f80999..00000000000
--- a/games/criticalmass/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$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