Date: Wed, 2 Oct 2013 09:05:02 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329024 - head/deskutils/znotes/files Message-ID: <201310020905.r92952dg017327@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Oct 2 09:05:01 2013 New Revision: 329024 URL: http://svnweb.freebsd.org/changeset/ports/329024 Log: deskutils/znotes: add <unistd.h> for modern compilers Approved by: portmgr (bapt, implicit) Added: head/deskutils/znotes/files/ head/deskutils/znotes/files/patch-single__inst_qtlocalpeer.cpp (contents, props changed) Added: head/deskutils/znotes/files/patch-single__inst_qtlocalpeer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/znotes/files/patch-single__inst_qtlocalpeer.cpp Wed Oct 2 09:05:01 2013 (r329024) @@ -0,0 +1,12 @@ +--- single_inst/qtlocalpeer.cpp.orig 2011-08-27 08:25:14.000000000 +0000 ++++ single_inst/qtlocalpeer.cpp +@@ -58,9 +58,7 @@ static PProcessIdToSessionId pProcessIdT + #if defined(Q_OS_UNIX) + #include <time.h> + #endif +-#if defined(Q_OS_OS2) + #include <unistd.h> +-#endif + + namespace QtLP_Private { + #include "qtlockedfile.cpp"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310020905.r92952dg017327>