From c4eaef19b5e3bdc8c4434b8361dff2b267b02b61 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 12 Oct 2019 08:21:51 +0200 Subject: 20191012.1 global branch merge. Signed-off-by: Matteo Bernardini --- multimedia/gnash/patch/gnash-boost.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 multimedia/gnash/patch/gnash-boost.patch (limited to 'multimedia/gnash/patch/gnash-boost.patch') diff --git a/multimedia/gnash/patch/gnash-boost.patch b/multimedia/gnash/patch/gnash-boost.patch deleted file mode 100644 index 55208f1ae3..0000000000 --- a/multimedia/gnash/patch/gnash-boost.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- gnash-0.8.10/libbase/accumulator.h.orig 2016-02-08 02:56:17.059694787 +0700 -+++ gnash-0.8.10/libbase/accumulator.h 2016-02-08 02:57:58.375615249 +0700 -@@ -61,6 +61,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