diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-01-26 23:16:30 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:29:38 +0800 |
commit | 7fefbebf7c322bbe977955574d39bd7b43490a2a (patch) | |
tree | cb827095ec25c72971e0e21a5b58d6d1865c2ab9 /mail | |
parent | b175879b036bffde962ad8a62879c7449175f63b (diff) | |
download | freebsd-ports-gnome-7fefbebf7c322bbe977955574d39bd7b43490a2a.tar.gz freebsd-ports-gnome-7fefbebf7c322bbe977955574d39bd7b43490a2a.tar.zst freebsd-ports-gnome-7fefbebf7c322bbe977955574d39bd7b43490a2a.zip |
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
Diffstat (limited to 'mail')
0 files changed, 0 insertions, 0 deletions