Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2013 11:30:15 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335825 - head/devel/libwfut/files
Message-ID:  <201312071130.rB7BUFlO027454@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312071130.rB7BUFlO027454>