summaryrefslogtreecommitdiff
path: root/pcr/gnash-git/build_on_new_boost.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-11-11 12:13:03 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-11-11 12:13:03 -0500
commitaa09dafe174af6beae41d2487ced96aaf4083c35 (patch)
treef662edb98edee79824c74ffe09d2a6fa3986bc60 /pcr/gnash-git/build_on_new_boost.patch
parent991a0d00ae331a93e4c7f3eb7e40a9bfbfd84a09 (diff)
gnash-git-0.8.11.r22377.g2b3bded-1: updating version
Diffstat (limited to 'pcr/gnash-git/build_on_new_boost.patch')
-rw-r--r--pcr/gnash-git/build_on_new_boost.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/gnash-git/build_on_new_boost.patch b/pcr/gnash-git/build_on_new_boost.patch
deleted file mode 100644
index 6671d361e..000000000
--- a/pcr/gnash-git/build_on_new_boost.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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 <boost/program_options/value_semantic.hpp>
- #include <boost/any.hpp>
-+#include <boost/version.hpp>
- #include <functional>
- #include <vector>
- #include <string>
-@@ -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; }
-