aboutsummaryrefslogtreecommitdiff
path: root/math/biggles
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-09-12 13:33:00 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-09-12 13:33:00 +0000
commitd732440950c938043bcc7b4bdfb1708c7a9e47f3 (patch)
treef02d9341fff763d9d7bc69d46c7057ba75468f11 /math/biggles
parent283993719c2e005aa137f370f01dc4e94760d37c (diff)
downloadports-d732440950c938043bcc7b4bdfb1708c7a9e47f3.tar.gz
ports-d732440950c938043bcc7b4bdfb1708c7a9e47f3.zip
1. Fix build with clang and libc++ (3 cases, add "#include <unistd.h>" to
apropriate files): ----- bgl_babylon.cc:97:19: error: use of undeclared identifier 'dup' file = gzdopen( DUP( fileno( f ) ), "r" ); ^ bgl_babylon.cc:36:13: note: expanded from macro 'DUP' #define DUP dup ^ ----- processwrapper.cc:99:12: error: use of undeclared identifier 'getpid' return getpid(); ^ ----- qtsingleapplication/src/qtlocalpeer.cpp:96:56: error: no member named 'getuid' in the global namespace socketName += QLatin1Char('-') + QString::number(::getuid(), 16); ~~^ ----- 2. Use new syntax for LIB_DEPENDS.
Notes
Notes: svn path=/head/; revision=327062
Diffstat (limited to 'math/biggles')
0 files changed, 0 insertions, 0 deletions