summaryrefslogtreecommitdiffstats
path: root/multimedia/gnash/patch/gnash-boost.patch
diff options
context:
space:
mode:
author Matteo Bernardini2018-09-16 10:01:39 +0200
committer Matteo Bernardini2018-09-16 10:01:39 +0200
commitca287d36b4725ff2cf67fa44cb810df5fec58360 (patch)
treea2d7b1a2c920909c3a2331169d06edb2e4b65d7e /multimedia/gnash/patch/gnash-boost.patch
parent24e3944b74fb96d36bf7eb125a63330ce137a3aa (diff)
downloadslackbuilds-ca287d36b4725ff2cf67fa44cb810df5fec58360.tar.gz
20180916.1 global branch merge.current-20180916.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'multimedia/gnash/patch/gnash-boost.patch')
-rw-r--r--multimedia/gnash/patch/gnash-boost.patch14
1 files changed, 0 insertions, 14 deletions
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; }
-