Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 07:33:46 +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: r329020 - head/editors/textroom/files
Message-ID:  <201310020733.r927XkuE013211@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Oct  2 07:33:45 2013
New Revision: 329020
URL: http://svnweb.freebsd.org/changeset/ports/329020

Log:
  editors/textroom: add <unistd.h> for modern compilers

Added:
  head/editors/textroom/files/patch-library_sxfile_getusername.cpp   (contents, props changed)

Added: head/editors/textroom/files/patch-library_sxfile_getusername.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/textroom/files/patch-library_sxfile_getusername.cpp	Wed Oct  2 07:33:45 2013	(r329020)
@@ -0,0 +1,10 @@
+--- library/sxfile/getusername.cpp.orig	2011-01-15 18:50:03.000000000 +0000
++++ library/sxfile/getusername.cpp
+@@ -16,6 +16,7 @@
+     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include <unistd.h>
+ #include "getusername.h"
+ 
+ #ifdef Q_OS_UNIX



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