summaryrefslogtreecommitdiffstats
path: root/abs/core/xorg-font-utils/gcc-4.3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/xorg-font-utils/gcc-4.3.patch')
-rw-r--r--abs/core/xorg-font-utils/gcc-4.3.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core/xorg-font-utils/gcc-4.3.patch b/abs/core/xorg-font-utils/gcc-4.3.patch
new file mode 100644
index 0000000..817df3a
--- /dev/null
+++ b/abs/core/xorg-font-utils/gcc-4.3.patch
@@ -0,0 +1,8 @@
+--- ttmkfdir2/directory.cpp.orig 2008-12-05 10:45:28.000000000 +0100
++++ ttmkfdir2/directory.cpp 2008-12-05 10:45:38.000000000 +0100
+@@ -1,4 +1,5 @@
+ #include <cctype>
++#include <cstring>
+ #include <dirent.h>
+ #include <sys/stat.h>
+ #include <unistd.h>