summaryrefslogtreecommitdiff
path: root/libre/antlr2/gcc4.4.patch
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-22 15:48:22 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-22 15:48:22 -0500
commit933408834ea04791a9b651d46589d7276c5b91a7 (patch)
treeabd6ef01723eea97eb4d637cdf1005e970a08cfc /libre/antlr2/gcc4.4.patch
parentb942fafe021b02d85580985988923db9cca4c7f1 (diff)
downloadabslibre-933408834ea04791a9b651d46589d7276c5b91a7.tar.gz
abslibre-933408834ea04791a9b651d46589d7276c5b91a7.tar.bz2
abslibre-933408834ea04791a9b651d46589d7276c5b91a7.zip
update apache-ant, move it (and dependencies) from [java] to [libre]
Diffstat (limited to 'libre/antlr2/gcc4.4.patch')
-rw-r--r--libre/antlr2/gcc4.4.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/antlr2/gcc4.4.patch b/libre/antlr2/gcc4.4.patch
new file mode 100644
index 000000000..15e25fb00
--- /dev/null
+++ b/libre/antlr2/gcc4.4.patch
@@ -0,0 +1,12 @@
+diff -Nur antlr-2.7.7.orig/lib/cpp/antlr/CharScanner.hpp antlr-2.7.7/lib/cpp/antlr/CharScanner.hpp
+--- antlr-2.7.7.orig/lib/cpp/antlr/CharScanner.hpp
++++ antlr-2.7.7/lib/cpp/antlr/CharScanner.hpp
+@@ -10,6 +10,8 @@
+
+ #include <antlr/config.hpp>
+
++#include <cstdio>
++#include <cstring>
+ #include <map>
+
+ #ifdef HAS_NOT_CCTYPE_H