Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 22:56:34 +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: r329123 - head/emulators/aqemu/files
Message-ID:  <201310022256.r92MuYLL044575@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310022256.r92MuYLL044575>