diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-11-28 07:18:41 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-11-28 07:18:41 +0000 |
commit | 72f9361d7251b5e7cb24c1d9665441dfec486939 (patch) | |
tree | 4c0ed25489d52ccfbd86de0845b10222f4e0b993 /devel/bisoncpp/files/patch-scanner__scanner1.cc | |
parent | - Update to 3.18.01 (diff) |
- Update to 4.05.00
- Add support for staging, use shebangfix, switch to GCC 4.7
- Give up maintainership
Notes
Notes:
svn path=/head/; revision=335080
Diffstat (limited to 'devel/bisoncpp/files/patch-scanner__scanner1.cc')
-rw-r--r-- | devel/bisoncpp/files/patch-scanner__scanner1.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/bisoncpp/files/patch-scanner__scanner1.cc b/devel/bisoncpp/files/patch-scanner__scanner1.cc new file mode 100644 index 000000000000..354b989777a2 --- /dev/null +++ b/devel/bisoncpp/files/patch-scanner__scanner1.cc @@ -0,0 +1,11 @@ +--- ./scanner/scanner1.cc.orig 2013-06-23 20:13:49.000000000 +0200 ++++ ./scanner/scanner1.cc 2013-11-27 19:03:33.000000000 +0100 +@@ -15,7 +15,7 @@ + + string value; + if (arg.option(&value, "max-inclusion-depth")) +- d_maxDepth = stoul(value); ++ d_maxDepth = A2x(value); + else + d_maxDepth = 10; + } |