aboutsummaryrefslogtreecommitdiff
path: root/games/hexxagon/files
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-05-24 21:35:36 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-05-24 21:35:36 +0000
commit20778a8fedbdd7270c490cc64715687d8e9ecc75 (patch)
tree7ed4bbbf1101bfea332b9336156616b22e6628f2 /games/hexxagon/files
parent676b3a0a7df460deef24f3cd7654a9e630ff1b10 (diff)
downloadports-20778a8fedbdd7270c490cc64715687d8e9ecc75.tar.gz
ports-20778a8fedbdd7270c490cc64715687d8e9ecc75.zip
Notes
Diffstat (limited to 'games/hexxagon/files')
-rw-r--r--games/hexxagon/files/patch-src__libhexx__bitboard64.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/games/hexxagon/files/patch-src__libhexx__bitboard64.h b/games/hexxagon/files/patch-src__libhexx__bitboard64.h
deleted file mode 100644
index adc8062c3f63..000000000000
--- a/games/hexxagon/files/patch-src__libhexx__bitboard64.h
+++ /dev/null
@@ -1,16 +0,0 @@
---- ./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: