summaryrefslogtreecommitdiff
path: root/games-puzzle/brainparty/files/brainparty-0.61-gnu_cxx-hash.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle/brainparty/files/brainparty-0.61-gnu_cxx-hash.patch')
-rw-r--r--games-puzzle/brainparty/files/brainparty-0.61-gnu_cxx-hash.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-puzzle/brainparty/files/brainparty-0.61-gnu_cxx-hash.patch b/games-puzzle/brainparty/files/brainparty-0.61-gnu_cxx-hash.patch
new file mode 100644
index 000000000000..8d933462673b
--- /dev/null
+++ b/games-puzzle/brainparty/files/brainparty-0.61-gnu_cxx-hash.patch
@@ -0,0 +1,11 @@
+--- a/WordList.h
++++ b/WordList.h
+@@ -35,7 +35,7 @@
+ };
+ }
+
+-typedef hash_set<string, hash<string> > string_hash_set;
++typedef hash_set<string, __gnu_cxx::hash<string> > string_hash_set;
+
+ class WordList {
+ private: