aboutsummaryrefslogtreecommitdiff
path: root/editors/textroom
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-02 07:33:45 +0000
committerJohn Marino <marino@FreeBSD.org>2013-10-02 07:33:45 +0000
commit6512f0235dc7aa288f6d5c66be25999dd1ff745d (patch)
treeb251da4c237c5a69a8042338dfd4010fc3c65223 /editors/textroom
parentbcaf4b219754880a43942d68f83a89fdb63242f7 (diff)
downloadports-6512f0235dc7aa288f6d5c66be25999dd1ff745d.tar.gz
ports-6512f0235dc7aa288f6d5c66be25999dd1ff745d.zip
editors/textroom: add <unistd.h> for modern compilers
Notes
Notes: svn path=/head/; revision=329020
Diffstat (limited to 'editors/textroom')
-rw-r--r--editors/textroom/files/patch-library_sxfile_getusername.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/textroom/files/patch-library_sxfile_getusername.cpp b/editors/textroom/files/patch-library_sxfile_getusername.cpp
new file mode 100644
index 000000000000..39a929f453e4
--- /dev/null
+++ b/editors/textroom/files/patch-library_sxfile_getusername.cpp
@@ -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