summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-06-21 10:02:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-06-21 10:02:21 +0000
commit6eb408d7bc220a8a590bb6214b42636232085f36 (patch)
treeea1e3f015d3da481fb89d6b528ac442861b9c914 /games
parent- Fix build with gcc4 (diff)
- Fix build with gcc 4.2
PR: 113863 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=193992
Diffstat (limited to 'games')
-rw-r--r--games/hexxagon/files/patch-src__libhexx__bitboard64.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/hexxagon/files/patch-src__libhexx__bitboard64.h b/games/hexxagon/files/patch-src__libhexx__bitboard64.h
new file mode 100644
index 000000000000..adc8062c3f63
--- /dev/null
+++ b/games/hexxagon/files/patch-src__libhexx__bitboard64.h
@@ -0,0 +1,16 @@
+--- ./src/libhexx/bitboard64.h.orig Fri Jan 14 00:19:07 2005
++++ ./src/libhexx/bitboard64.h Sun Jun 3 18:27:59 2007
+@@ -26,8 +26,12 @@
+ #include <netinet/in.h>
+ #include <iostream>
+
+-namespace libhexx
++namespace libhexx
+ {
++
++ std::ostream& operator<<(std::ostream &output, const class BitBoard64 &b);
++ std::istream& operator>>(std::istream &input, class BitBoard64 &b);
++
+ class BitBoard64
+ {
+ public: