From 0799f57941db232814c16abf990488330476d912 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 12 Oct 2018 18:11:56 +0200 Subject: www-plugins/gnash: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../files/gnash-0.8.10_p20150316-boost-1.60.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 www-plugins/gnash/files/gnash-0.8.10_p20150316-boost-1.60.patch (limited to 'www-plugins/gnash/files/gnash-0.8.10_p20150316-boost-1.60.patch') 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 - #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-65-gdbad