From b03089f7a4056a33b49d7a7a16a44512c4b04940 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 9 Jan 2016 12:06:39 -0500 Subject: gnash-git-0.8.11.r22311.gf0f66ce-1: updating version --- pcr/gnash-git/gnash_boost.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pcr/gnash-git/gnash_boost.patch (limited to 'pcr/gnash-git/gnash_boost.patch') diff --git a/pcr/gnash-git/gnash_boost.patch b/pcr/gnash-git/gnash_boost.patch new file mode 100644 index 000000000..e617891a4 --- /dev/null +++ b/pcr/gnash-git/gnash_boost.patch @@ -0,0 +1,22 @@ +--- gnash.orig/libbase/accumulator.h 2016-01-09 11:08:36.983892360 -0500 ++++ gnash/libbase/accumulator.h 2016-01-09 11:10:26.775762676 -0500 +@@ -22,6 +22,7 @@ + + #include + #include ++#include + #include + #include + #include +@@ -61,6 +62,11 @@ + 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