aboutsummaryrefslogtreecommitdiffstats
path: root/devel/antlr/files/patch-lib__cpp__antlr__ANTLRException.hpp
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /devel/antlr/files/patch-lib__cpp__antlr__ANTLRException.hpp
parentf474a16cfbfad1844b9c50e45e36a3a77f0c59b5 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'devel/antlr/files/patch-lib__cpp__antlr__ANTLRException.hpp')
-rw-r--r--devel/antlr/files/patch-lib__cpp__antlr__ANTLRException.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/antlr/files/patch-lib__cpp__antlr__ANTLRException.hpp b/devel/antlr/files/patch-lib__cpp__antlr__ANTLRException.hpp
new file mode 100644
index 000000000000..7048a047e182
--- /dev/null
+++ b/devel/antlr/files/patch-lib__cpp__antlr__ANTLRException.hpp
@@ -0,0 +1,10 @@
+--- lib/cpp/antlr/ANTLRException.hpp.orig Fri Apr 25 01:59:50 2003
++++ lib/cpp/antlr/ANTLRException.hpp Fri Apr 25 01:55:50 2003
+@@ -9,6 +9,7 @@
+ */
+
+ #include <antlr/config.hpp>
++#include <exception>
+ #include <string>
+
+ #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE