svn commit: r335825 - head/devel/libwfut/files

Oliver Lehmann oliver at FreeBSD.org
Sat Dec 7 11:30:15 UTC 2013


Author: oliver
Date: Sat Dec  7 11:30:15 2013
New Revision: 335825
URL: http://svnweb.freebsd.org/changeset/ports/335825

Log:
  fix build on FreeBSD 10

Added:
  head/devel/libwfut/files/
  head/devel/libwfut/files/patch-tools-wfut.cpp   (contents, props changed)

Added: head/devel/libwfut/files/patch-tools-wfut.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libwfut/files/patch-tools-wfut.cpp	Sat Dec  7 11:30:15 2013	(r335825)
@@ -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>


More information about the svn-ports-head mailing list