From 125c346d752b0af24938cd2bf12fa67ba352aad1 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Tue, 8 Mar 2016 18:07:09 -0500 Subject: gnash-git-0.8.11.r22358.g9229f6f-1: updating version --- pcr/gnash-git/build_on_new_boost.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pcr/gnash-git/build_on_new_boost.patch (limited to 'pcr/gnash-git/build_on_new_boost.patch') diff --git a/pcr/gnash-git/build_on_new_boost.patch b/pcr/gnash-git/build_on_new_boost.patch new file mode 100644 index 000000000..6671d361e --- /dev/null +++ b/pcr/gnash-git/build_on_new_boost.patch @@ -0,0 +1,24 @@ +diff --git i/libbase/accumulator.h w/libbase/accumulator.h +index 694cbd2..876c669 100644 +--- i/libbase/accumulator.h ++++ w/libbase/accumulator.h +@@ -22,6 +22,7 @@ + + #include + #include ++#include + #include + #include + #include +@@ -61,6 +62,11 @@ public: + virtual unsigned min_tokens() const { return 0; } + virtual unsigned max_tokens() const { return 0; } + ++#if BOOST_VERSION >= 105900 ++ /// There are no tokens, so this is indifferent. ++ virtual bool adjacent_tokens_only() const { return false; } ++#endif ++ + /// Accumulating from different sources is silly. + virtual bool is_composing() const { return false; } + -- cgit v1.2.3-2-g168b