aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2013-12-07 19:30:15 +0800
committeroliver <oliver@FreeBSD.org>2013-12-07 19:30:15 +0800
commitb55f19e4d7e8afa9931ebdb01e11f35a6ce26e71 (patch)
tree8631fc35f1a28c5421ca8604a2d40056b3d3318e /devel
parent5a43b7642557b420d8ee088c1d3e009a5ece9a7c (diff)
downloadfreebsd-ports-gnome-b55f19e4d7e8afa9931ebdb01e11f35a6ce26e71.tar.gz
freebsd-ports-gnome-b55f19e4d7e8afa9931ebdb01e11f35a6ce26e71.tar.zst
freebsd-ports-gnome-b55f19e4d7e8afa9931ebdb01e11f35a6ce26e71.zip
fix build on FreeBSD 10
Diffstat (limited to 'devel')
-rw-r--r--devel/libwfut/files/patch-tools-wfut.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libwfut/files/patch-tools-wfut.cpp b/devel/libwfut/files/patch-tools-wfut.cpp
new file mode 100644
index 000000000000..89a70ee5548a
--- /dev/null
+++ b/devel/libwfut/files/patch-tools-wfut.cpp
@@ -0,0 +1,11 @@
+--- tools/wfut.cpp.orig 2013-12-07 12:23:30.000000000 +0100
++++ tools/wfut.cpp 2013-12-07 12:23:32.000000000 +0100
+@@ -7,6 +7,8 @@
+ #endif
+
+ #include <getopt.h>
++#include <stdlib.h>
++#include <unistd.h>
+
+ #include <dirent.h>
+ #include <sys/stat.h>