diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2016-12-02 08:10:20 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2016-12-02 08:10:20 +0000 |
commit | c67cb29943f48e2482e7f3b167d28a828bce7a20 (patch) | |
tree | 6bf7a2c7a058afb79ffb9150418a3eb2adb9b627 /graphics/gnash/files/patch-libbase_accumulator.h | |
parent | Add LIBPCAP option to allow building with libpcap from ports (diff) |
- fix dependency on kde4
- fix build
- add LICENSE
- add patches from NetBSD
Diffstat (limited to 'graphics/gnash/files/patch-libbase_accumulator.h')
-rw-r--r-- | graphics/gnash/files/patch-libbase_accumulator.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/gnash/files/patch-libbase_accumulator.h b/graphics/gnash/files/patch-libbase_accumulator.h new file mode 100644 index 000000000000..dc64ca15eed4 --- /dev/null +++ b/graphics/gnash/files/patch-libbase_accumulator.h @@ -0,0 +1,12 @@ +$NetBSD: patch-libbase_accumulator.h,v 1.1 2015/09/23 12:00:53 joerg Exp $ + +--- libbase/accumulator.h.orig 2015-09-17 11:20:41.000000000 +0000 ++++ libbase/accumulator.h +@@ -60,6 +60,7 @@ public: + /// There are no tokens for an accumulator_type + virtual unsigned min_tokens() const { return 0; } + virtual unsigned max_tokens() const { return 0; } ++ virtual bool adjacent_tokens_only() const { return true; } + + /// Accumulating from different sources is silly. + virtual bool is_composing() const { return false; } |