svn commit: r329026 - head/devel/qt4-qtsolutions-singleapplication/files

John Marino marino at FreeBSD.org
Wed Oct 2 09:25:18 UTC 2013


Author: marino
Date: Wed Oct  2 09:25:18 2013
New Revision: 329026
URL: http://svnweb.freebsd.org/changeset/ports/329026

Log:
  devel/qt4-qtsolutions-singleapplication: add <unistd.h> for modern compilers
  
  Approved by:	portmgr (bapt, implicit)

Added:
  head/devel/qt4-qtsolutions-singleapplication/files/
  head/devel/qt4-qtsolutions-singleapplication/files/patch-src_qtlocalpeer.cpp   (contents, props changed)

Added: head/devel/qt4-qtsolutions-singleapplication/files/patch-src_qtlocalpeer.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/qt4-qtsolutions-singleapplication/files/patch-src_qtlocalpeer.cpp	Wed Oct  2 09:25:18 2013	(r329026)
@@ -0,0 +1,10 @@
+--- src/qtlocalpeer.cpp.orig	2011-06-03 10:11:13.000000000 +0000
++++ src/qtlocalpeer.cpp
+@@ -49,6 +49,7 @@ typedef BOOL(WINAPI*PProcessIdToSessionI
+ static PProcessIdToSessionId pProcessIdToSessionId = 0;
+ #endif
+ #if defined(Q_OS_UNIX)
++#include <unistd.h>
+ #include <time.h>
+ #endif
+ 


More information about the svn-ports-head mailing list