summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-10-12 18:11:56 +0200
committerMichał Górny <mgorny@gentoo.org>2018-10-12 18:15:05 +0200
commit0799f57941db232814c16abf990488330476d912 (patch)
tree8c9883bcbf1879e2314dabf7a041c562a598a9a6 /www-plugins/gnash/files/gnash-0.8.10_p20150316-boost-1.60.patch
parentsys-fs/bedup: Remove last-rited pkg (diff)
downloadgentoo-0799f57941db232814c16abf990488330476d912.tar.gz
gentoo-0799f57941db232814c16abf990488330476d912.tar.bz2
gentoo-0799f57941db232814c16abf990488330476d912.zip
www-plugins/gnash: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-plugins/gnash/files/gnash-0.8.10_p20150316-boost-1.60.patch')
-rw-r--r--www-plugins/gnash/files/gnash-0.8.10_p20150316-boost-1.60.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/www-plugins/gnash/files/gnash-0.8.10_p20150316-boost-1.60.patch b/www-plugins/gnash/files/gnash-0.8.10_p20150316-boost-1.60.patch
deleted file mode 100644
index 6671d361e325..000000000000
--- a/www-plugins/gnash/files/gnash-0.8.10_p20150316-boost-1.60.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; }
-