head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.20 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.18 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.16 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.14 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.12 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.10 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.8 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.6 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.4 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.2 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.1.0.20 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.18 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.16 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.14 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.12 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.10 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.8 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.6 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.4 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.2 pkgsrc-2021Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2023.12.18.09.31.44; author abs; state Exp; branches; next 1.1; commitid IcUzESZJArEQDVQE; 1.1 date 2021.06.21.14.21.28; author martin; state Exp; branches; next ; commitid 5jA8kL2DzHVCu0YC; desc @@ 1.2 log @Fix build with icu >= 74.1 Bump PKGREVISION. No ACK from MAINTAINER but wanting to get package building before the branch @ text @$NetBSD: patch-gfx_thebes_gfxFont.cpp,v 1.1 2021/06/21 14:21:28 martin Exp $ Add an explicit template instantiation to make it work with newer gcc (older gcc did not create specialized inline clones). --- gfx/thebes/gfxFont.cpp.orig 2017-04-11 02:13:08.000000000 +0000 +++ gfx/thebes/gfxFont.cpp @@@@ -2614,6 +2614,18 @@@@ gfxFont::GetShapedWord(DrawTarget *aDraw return sw; } +template +gfxShapedWord* +gfxFont::GetShapedWord(DrawTarget *aDrawTarget, + const uint8_t *aText, + uint32_t aLength, + uint32_t aHash, + Script aRunScript, + bool aVertical, + int32_t aAppUnitsPerDevUnit, + uint32_t aFlags, + gfxTextPerfMetrics *aTextPerf GFX_MAYBE_UNUSED); + bool gfxFont::CacheHashEntry::KeyEquals(const KeyTypePointer aKey) const { @ 1.1 log @PR 56265: add an explicit template instantiation for the "external" variant used in a different compilation unit, so this builds with newer gcc versions. @ text @d1 1 a1 1 $NetBSD$ d7 2 a8 2 --- gfx/thebes/gfxFont.cpp.orig 2017-04-11 04:13:08.000000000 +0200 +++ gfx/thebes/gfxFont.cpp 2021-06-21 15:18:43.789260654 +0200 a27 1 @