summaryrefslogtreecommitdiffstats
path: root/abs/core/xorg-font-utils/ttmkfdir_gcc43.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/xorg-font-utils/ttmkfdir_gcc43.patch')
-rw-r--r--abs/core/xorg-font-utils/ttmkfdir_gcc43.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core/xorg-font-utils/ttmkfdir_gcc43.patch b/abs/core/xorg-font-utils/ttmkfdir_gcc43.patch
new file mode 100644
index 0000000..5dadb11
--- /dev/null
+++ b/abs/core/xorg-font-utils/ttmkfdir_gcc43.patch
@@ -0,0 +1,8 @@
+--- 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>