aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2013-10-02 05:37:46 +0800
committermarino <marino@FreeBSD.org>2013-10-02 05:37:46 +0800
commit4a0bfa3cb7a382d1f31aeb4ff519e02cb40d45b0 (patch)
treea903d3b4f94b1d701f7aec843400269f789bb767 /devel
parente0b85d67cbcaa6ab5b7048af8298598e3920d7dc (diff)
downloadfreebsd-ports-gnome-4a0bfa3cb7a382d1f31aeb4ff519e02cb40d45b0.tar.gz
freebsd-ports-gnome-4a0bfa3cb7a382d1f31aeb4ff519e02cb40d45b0.tar.zst
freebsd-ports-gnome-4a0bfa3cb7a382d1f31aeb4ff519e02cb40d45b0.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)
Diffstat (limited to 'devel')
-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