diff options
Diffstat (limited to 'mail/thunderbird/files/patch-mozilla-gfx-harfbuzz-src-hb-ot-layout.cc')
-rw-r--r-- | mail/thunderbird/files/patch-mozilla-gfx-harfbuzz-src-hb-ot-layout.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-mozilla-gfx-harfbuzz-src-hb-ot-layout.cc b/mail/thunderbird/files/patch-mozilla-gfx-harfbuzz-src-hb-ot-layout.cc new file mode 100644 index 000000000000..c8e84ca6768a --- /dev/null +++ b/mail/thunderbird/files/patch-mozilla-gfx-harfbuzz-src-hb-ot-layout.cc @@ -0,0 +1,11 @@ +--- mozilla/gfx/harfbuzz/src/hb-ot-layout.cc.orig 2012-06-24 22:14:46.463741874 -0400 ++++ mozilla/gfx/harfbuzz/src/hb-ot-layout.cc 2012-06-24 22:15:06.784770042 -0400 +@@ -540,4 +540,8 @@ + GPOS::position_finish (buffer); + } + ++template int SortedArrayOf<Record<LangSys> >::search<unsigned int>(unsigned int const &) const; ++template int SortedArrayOf<Record<Script> >::search<unsigned int>(unsigned int const &) const; ++template int SortedArrayOf<IntType<unsigned short> >::search<unsigned int>(unsigned int const &) const; ++template int SortedArrayOf<RangeRecord>::search<unsigned int>(unsigned int const &) const; + |