mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix build with gcc 4.2
PR: 113863 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
This commit is contained in:
parent
280e67f768
commit
6eb408d7bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193992
16
games/hexxagon/files/patch-src__libhexx__bitboard64.h
Normal file
16
games/hexxagon/files/patch-src__libhexx__bitboard64.h
Normal file
@ -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:
|
Loading…
Reference in New Issue
Block a user