summaryrefslogtreecommitdiffstats
path: root/multimedia/gnash/patch/gnash-boost.patch
diff options
context:
space:
mode:
author Kyle Guinn <elyk03@gmail.com>2021-04-11 19:52:14 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-04-17 11:47:43 +0700
commit9533303d8ee58e0ff267f68c0932b6b63b0fe452 (patch)
tree3f0cac7cce7d2357363fa35a7488132cbaddf3b1 /multimedia/gnash/patch/gnash-boost.patch
parent0b3fab7a43e810ce9f1c7f44335ab2e792e9896f (diff)
downloadslackbuilds-9533303d8ee58e0ff267f68c0932b6b63b0fe452.tar.gz
slackbuilds-9533303d8ee58e0ff267f68c0932b6b63b0fe452.tar.xz
multimedia/gnash: Updated for version 0.8.11dev_20190130.
Signed-off-by: Kyle Guinn <elyk03@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-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; }
-