mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
clang 3.3 merge) PR: ports/179034 [1] Submitted by: Jan Beich <jbeich@tormail.org>, Nikolai Lifanov <lifanov@mail.lifanov.com> [1]
13 lines
722 B
Text
13 lines
722 B
Text
--- 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
|
|
|