Jan Beich
|
9d652e8151
|
games/eboard: unbreak build with Clang 6 (C++14 by default)
libc++ doesn't like "using namespace std" in C++11
network.cc:466:59: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int')
if (bind(netsocket,(struct sockaddr *) &sin,sizeof(sin))==-1) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ~~
Reported by: pkg-fallout
Approved by: portmgr blanket
|
2018-01-26 15:16:30 +00:00 |
|