summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2010-03-03 14:30:00 +0000
committerdmcmahill <dmcmahill>2010-03-03 14:30:00 +0000
commit9fe2e1075589022126ae48fcd7495c671fd1906d (patch)
tree76c07dce783c25fb28855230f4c7741cd00e63c1 /fonts
parent5e0d4dd27f8a7222f7354361432e9de56c5d1dc2 (diff)
downloadpkgsrc-9fe2e1075589022126ae48fcd7495c671fd1906d.tar.gz
add missing header needed to let this build with newer g++ (4.4.1)
Diffstat (limited to 'fonts')
-rw-r--r--fonts/ttmkfdir2/distinfo4
-rw-r--r--fonts/ttmkfdir2/patches/patch-ad13
2 files changed, 11 insertions, 6 deletions
diff --git a/fonts/ttmkfdir2/distinfo b/fonts/ttmkfdir2/distinfo
index 5a71525909a..29b5971ad54 100644
--- a/fonts/ttmkfdir2/distinfo
+++ b/fonts/ttmkfdir2/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2007/11/15 06:36:45 rillig Exp $
+$NetBSD: distinfo,v 1.10 2010/03/03 14:30:00 dmcmahill Exp $
SHA1 (ttmkfdir2.20021109.tar.bz2) = bee1944ce3e5b6c4503a14e6429737cc558a24c0
RMD160 (ttmkfdir2.20021109.tar.bz2) = 878fb57f80e7223ebb3f4214ed58621a9087e404
@@ -6,7 +6,7 @@ Size (ttmkfdir2.20021109.tar.bz2) = 701900 bytes
SHA1 (patch-aa) = ae2cb207635678d68d010e54de6ad6905fc3e38b
SHA1 (patch-ab) = 82363c15471b835082c50488c167d11e68262944
SHA1 (patch-ac) = c29cd845647d67102a89476d931e5ee6bae63078
-SHA1 (patch-ad) = 0c328908ffae3397293ff6b00094444e23164788
+SHA1 (patch-ad) = 586a00c9b8ec5346b88f641fb80ebecc6d9b0beb
SHA1 (patch-ae) = 8544a176af1c079405371789955391b400f0154e
SHA1 (patch-af) = 4ebed2b1b9e12b0c7b17e7078e5ef66b1e1ab82c
SHA1 (patch-ag) = 44bdd6fba4f796792ff13ea8daee9e5f9344d4a4
diff --git a/fonts/ttmkfdir2/patches/patch-ad b/fonts/ttmkfdir2/patches/patch-ad
index 0c85ea076d5..23e09ebc971 100644
--- a/fonts/ttmkfdir2/patches/patch-ad
+++ b/fonts/ttmkfdir2/patches/patch-ad
@@ -1,8 +1,13 @@
-$NetBSD: patch-ad,v 1.1 2004/04/03 11:28:53 wiz Exp $
+$NetBSD: patch-ad,v 1.2 2010/03/03 14:30:00 dmcmahill Exp $
---- directory.cpp.orig Tue Jan 11 01:44:44 2000
+--- directory.cpp.orig 2000-01-11 00:44:44.000000000 +0000
+++ directory.cpp
-@@ -5,6 +5,8 @@
+@@ -1,10 +1,13 @@
+ #include <cctype>
++#include <cstring>
+ #include <dirent.h>
+ #include <sys/stat.h>
+ #include <unistd.h>
#include "directory.h"
@@ -11,7 +16,7 @@ $NetBSD: patch-ad,v 1.1 2004/04/03 11:28:53 wiz Exp $
directory::~directory (void)
{
}
-@@ -48,8 +50,8 @@ ttfdirectory::select (const char *name)
+@@ -48,8 +51,8 @@ ttfdirectory::select (const char *name)
/* we make the decision by the extension of the file name */
return (((len = strlen (name)) > 4) &&
(name[len - 4] == '.') &&