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-options__setbasicstrings.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-options__setbasicstrings.cc')
-rw-r--r-- | devel/bisoncpp/files/patch-options__setbasicstrings.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/bisoncpp/files/patch-options__setbasicstrings.cc b/devel/bisoncpp/files/patch-options__setbasicstrings.cc new file mode 100644 index 000000000000..0cb4a8690ff9 --- /dev/null +++ b/devel/bisoncpp/files/patch-options__setbasicstrings.cc @@ -0,0 +1,11 @@ +--- ./options/setbasicstrings.cc.orig 2013-06-24 15:10:12.000000000 +0200 ++++ ./options/setbasicstrings.cc 2013-11-27 18:56:48.000000000 +0100 +@@ -35,7 +35,7 @@ + + string nTokens; + if (d_arg.option(&nTokens, "required-tokens")) +- d_requiredTokens = stoul(nTokens); ++ d_requiredTokens = A2x(nTokens); + + d_arg.option(&d_genericFilename, 'f'); + if (d_genericFilename.empty()) |