summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-02-05 17:48:45 +0000
committerJohn Marino <marino@FreeBSD.org>2014-02-05 17:48:45 +0000
commitb64ccbe799f90ba21ea77e8c94ad93a3c85325d3 (patch)
treea6f3917600b7d414ba3077fcacdcae213701150f
parent0bd957cddaa12a468852dffb178e6be7193d6336 (diff)
downloadfreebsd-ports-b64ccbe799f90ba21ea77e8c94ad93a3c85325d3.zip
x11-fonts/ttmkfdir: Regen patch with DragonFly support
-rw-r--r--x11-fonts/ttmkfdir/files/patch-directory.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-fonts/ttmkfdir/files/patch-directory.cpp b/x11-fonts/ttmkfdir/files/patch-directory.cpp
index 35a95dfad172..a0b35b7fbb20 100644
--- a/x11-fonts/ttmkfdir/files/patch-directory.cpp
+++ b/x11-fonts/ttmkfdir/files/patch-directory.cpp
@@ -1,16 +1,17 @@
---- directory.cpp.orig Mon Dec 9 11:29:11 2002
-+++ directory.cpp Wed Jul 19 11:41:32 2006
-@@ -1,7 +1,9 @@
+--- directory.cpp.orig 2002-12-09 03:29:11.000000000 -0500
++++ directory.cpp
+@@ -1,7 +1,10 @@
#include <cctype>
#include <dirent.h>
+#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
+#include <fcntl.h>
++#include <string.h>
#include "directory.h"
-@@ -37,19 +39,24 @@
+@@ -37,19 +40,24 @@ directory::select (const char *name) con
bool
ttfdirectory::select (const char *name) const
{