summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/ttmkfdir/files/ttmkfdir-3.0.9-gcc43.patch')
-rw-r--r--x11-apps/ttmkfdir/files/ttmkfdir-3.0.9-gcc43.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-apps/ttmkfdir/files/ttmkfdir-3.0.9-gcc43.patch b/x11-apps/ttmkfdir/files/ttmkfdir-3.0.9-gcc43.patch
new file mode 100644
index 000000000000..dbdd655ca6e4
--- /dev/null
+++ b/x11-apps/ttmkfdir/files/ttmkfdir-3.0.9-gcc43.patch
@@ -0,0 +1,9 @@
+diff -Naurp ttmkfdir-3.0.9-orig/directory.cpp ttmkfdir-3.0.9/directory.cpp
+--- ttmkfdir-3.0.9-orig/directory.cpp 2008-04-20 19:48:00.000000000 -0600
++++ ttmkfdir-3.0.9/directory.cpp 2008-04-20 19:48:39.000000000 -0600
+@@ -1,4 +1,5 @@
+ #include <cctype>
++#include <cstring>
+ #include <dirent.h>
+ #include <sys/stat.h>
+ #include <unistd.h>