From 72f9361d7251b5e7cb24c1d9665441dfec486939 Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Thu, 28 Nov 2013 07:18:41 +0000 Subject: - Update to 4.05.00 - Add support for staging, use shebangfix, switch to GCC 4.7 - Give up maintainership --- devel/bisoncpp/files/patch-scanner__scanner1.cc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/bisoncpp/files/patch-scanner__scanner1.cc (limited to 'devel/bisoncpp/files/patch-scanner__scanner1.cc') 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; + } -- cgit v1.2.3