notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: textproc/goldendict/files/patch-qtsingleapplication-src-qtlocalpeer.cpp
SVNWeb

Number of commits found: 1

Thu, 12 Sep 2013
[ 13:33 bsam search for other commits by this committer ] Original commit   Revision:327062
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.

Number of commits found: 1