diff options
Diffstat (limited to 'www/firefox/files/patch-gfx-harfbuzz-src-hb-ot-layout.cc')
-rw-r--r-- | www/firefox/files/patch-gfx-harfbuzz-src-hb-ot-layout.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/firefox/files/patch-gfx-harfbuzz-src-hb-ot-layout.cc b/www/firefox/files/patch-gfx-harfbuzz-src-hb-ot-layout.cc new file mode 100644 index 000000000000..a10d1a4d0e1f --- /dev/null +++ b/www/firefox/files/patch-gfx-harfbuzz-src-hb-ot-layout.cc @@ -0,0 +1,10 @@ +--- gfx/harfbuzz/src/hb-ot-layout.cc.orig 2012-06-24 22:14:46.463741874 -0400 ++++ 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; |