diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-04-06 00:08:53 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-04-06 00:08:53 +0000 |
commit | 0104f1c1b151d3490724b8737beab89696845089 (patch) | |
tree | 24e017073f21311203d19559066317db5b2e29bc /dev-java/antlr/files/antlr-2.7.2-gcc3-gentoo.patch | |
parent | masking =antlr-2.7.2 while working on it (diff) | |
download | gentoo-2-0104f1c1b151d3490724b8737beab89696845089.tar.gz gentoo-2-0104f1c1b151d3490724b8737beab89696845089.tar.bz2 gentoo-2-0104f1c1b151d3490724b8737beab89696845089.zip |
trying to fix bug
Diffstat (limited to 'dev-java/antlr/files/antlr-2.7.2-gcc3-gentoo.patch')
-rw-r--r-- | dev-java/antlr/files/antlr-2.7.2-gcc3-gentoo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-java/antlr/files/antlr-2.7.2-gcc3-gentoo.patch b/dev-java/antlr/files/antlr-2.7.2-gcc3-gentoo.patch new file mode 100644 index 000000000000..cc09a74980ca --- /dev/null +++ b/dev-java/antlr/files/antlr-2.7.2-gcc3-gentoo.patch @@ -0,0 +1,12 @@ +diff -ur antlr-2.7.2a2~/lib/cpp/antlr/CharScanner.hpp antlr-2.7.2a2/lib/cpp/antlr/CharScanner.hpp +--- antlr-2.7.2a2~/lib/cpp/antlr/CharScanner.hpp 2002-01-03 20:03:43.000000000 -0600 ++++ antlr-2.7.2a2/lib/cpp/antlr/CharScanner.hpp 2003-01-12 11:41:51.000000000 -0600 +@@ -44,6 +44,8 @@ + #include <antlr/LexerSharedInputState.hpp> + #include <map> + ++#include <ctype.h> ++ + #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE + namespace antlr { + #endif |