svn commit: r329020 - head/editors/textroom/files

John Marino marino at FreeBSD.org
Wed Oct 2 07:33:46 UTC 2013


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


More information about the svn-ports-all mailing list