diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /devel/antlr/files/patch-lib__cpp__antlr__CharBuffer.hpp | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'devel/antlr/files/patch-lib__cpp__antlr__CharBuffer.hpp')
-rw-r--r-- | devel/antlr/files/patch-lib__cpp__antlr__CharBuffer.hpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/antlr/files/patch-lib__cpp__antlr__CharBuffer.hpp b/devel/antlr/files/patch-lib__cpp__antlr__CharBuffer.hpp new file mode 100644 index 000000000000..ce84fe4aca2e --- /dev/null +++ b/devel/antlr/files/patch-lib__cpp__antlr__CharBuffer.hpp @@ -0,0 +1,16 @@ +$FreeBSD$ + +--- lib/cpp/antlr/CharBuffer.hpp.orig Mon Nov 15 16:35:21 2004 ++++ lib/cpp/antlr/CharBuffer.hpp Mon Nov 15 16:36:04 2004 +@@ -8,7 +8,11 @@ + * $Id: //depot/code/org.antlr/release/antlr-2.7.4/lib/cpp/antlr/CharBuffer.hpp#1 $ + */ + ++#if defined(__GNUC__) && (__GNUC__ < 3 || __GNUC_MINOR__ < 2) ++#include <istream.h> ++#else + #include <istream> ++#endif + + #include <antlr/config.hpp> + #include <antlr/InputBuffer.hpp> |