diff options
Diffstat (limited to 'www/firefox/files/patch-bug732340')
-rw-r--r-- | www/firefox/files/patch-bug732340 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/firefox/files/patch-bug732340 b/www/firefox/files/patch-bug732340 new file mode 100644 index 000000000000..95756678bd0f --- /dev/null +++ b/www/firefox/files/patch-bug732340 @@ -0,0 +1,13 @@ +--- 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 +@@ -537,4 +537,10 @@ hb_ot_layout_position_finish (hb_face_t + GPOS::position_finish (buffer); + } + ++#if !defined(__clang__) && defined(__GNUC__) && __GNUC_MINOR__ <= 3 ++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; ++#endif + |