svn commit: r329123 - head/emulators/aqemu/files

John Marino marino at FreeBSD.org
Wed Oct 2 22:56:35 UTC 2013


Author: marino
Date: Wed Oct  2 22:56:34 2013
New Revision: 329123
URL: http://svnweb.freebsd.org/changeset/ports/329123

Log:
  emulators/aqemu: add <unistd.h> for modern compilers
  
  Approved by:	portmgr (bapt, implicit)

Added:
  head/emulators/aqemu/files/patch-System__Info.cpp   (contents, props changed)

Added: head/emulators/aqemu/files/patch-System__Info.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/aqemu/files/patch-System__Info.cpp	Wed Oct  2 22:56:34 2013	(r329123)
@@ -0,0 +1,10 @@
+--- System_Info.cpp.orig	2010-12-09 15:59:16.000000000 +0000
++++ System_Info.cpp
+@@ -20,6 +20,7 @@
+ **
+ ****************************************************************************/
+ 
++#include <unistd.h>
+ #include <QSettings>
+ #include <QRegExp>
+ #include <QProcess>


More information about the svn-ports-all mailing list