head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.14 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.12 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.10 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.8 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.6 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.4 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.2 pkgsrc-2024Q3-base:1.2; locks; strict; comment @// @; 1.2 date 2024.08.21.20.00.03; author wiz; state Exp; branches; next 1.1; commitid V0EFNF6JirmmbJmF; 1.1 date 2024.08.21.19.57.34; author wiz; state Exp; branches; next ; commitid Lok0V9NEU1OvaJmF; desc @@ 1.2 log @iftgl: note upstream bug report @ text @$NetBSD: patch-src_FTVectoriser.cpp,v 1.1 2024/08/21 19:57:34 wiz Exp $ Fix build with freetype 2.13.3. https://github.com/frankheckenbach/ftgl/issues/18 --- src/FTVectoriser.cpp.orig 2024-08-21 19:55:34.860855515 +0000 +++ src/FTVectoriser.cpp @@@@ -166,7 +166,7 @@@@ void FTVectoriser::ProcessContours() for(int i = 0; i < ftContourCount; ++i) { FT_Vector* pointList = &outline.points[startIndex]; - char* tagList = &outline.tags[startIndex]; + char* tagList = (char *)&outline.tags[startIndex]; endIndex = outline.contours[i]; contourLength = (endIndex - startIndex) + 1; @ 1.1 log @ftgl: fix build with latest freetype2 @ text @d1 1 a1 1 $NetBSD$ d4 1 @