aboutsummaryrefslogtreecommitdiff
path: root/devel/gwenhywfar
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-01 21:37:46 +0000
committerJohn Marino <marino@FreeBSD.org>2013-10-01 21:37:46 +0000
commitbeee8aac502b3058d5c5758da02206ad2233d346 (patch)
treea903d3b4f94b1d701f7aec843400269f789bb767 /devel/gwenhywfar
parent7cb24f24d5c06a16b46b0ee5c9004496be61c405 (diff)
downloadports-beee8aac502b3058d5c5758da02206ad2233d346.tar.gz
ports-beee8aac502b3058d5c5758da02206ad2233d346.zip
devel/gwenhywfar-fox16: add <unistd.h> for modern compilers
Since this is a slave port, patch had to be added to devel/gwenhywfar. Approved by: portmgr (bapt, implicit)
Notes
Notes: svn path=/head/; revision=329000
Diffstat (limited to 'devel/gwenhywfar')
-rw-r--r--devel/gwenhywfar/files/patch-gui_fox16_libtest.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/gwenhywfar/files/patch-gui_fox16_libtest.cpp b/devel/gwenhywfar/files/patch-gui_fox16_libtest.cpp
new file mode 100644
index 000000000000..f98fa7dc08ac
--- /dev/null
+++ b/devel/gwenhywfar/files/patch-gui_fox16_libtest.cpp
@@ -0,0 +1,8 @@
+--- gui/fox16/libtest.cpp.orig 2010-08-28 13:40:12.000000000 +0000
++++ gui/fox16/libtest.cpp
+@@ -1,4 +1,5 @@
+
++#include <unistd.h>
+ #ifdef HAVE_CONFIG_H
+ # include <config.h>
+ #endif