head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.02.09.16.49.07; author ryoon; state Exp; branches; next ; commitid XVxfj16rYJVGRItG; desc @@ 1.1 log @fonts/afdko: import afdko-4.0.3 The AFDKO is a set of tools for building OpenType font files from PostScript and TrueType font data. @ text @$NetBSD$ * Use antlr4-runtime library from devel/antlr4-cpp-runtime. --- c/makeotf/lib/cffread/CMakeLists.txt.orig 2026-02-04 12:31:47.016709909 +0000 +++ c/makeotf/lib/cffread/CMakeLists.txt @@@@ -8,6 +8,6 @@@@ endif() add_dependencies(makeotf_cffread ${LIBXML2_TARGET}) endif() -target_link_libraries(makeotf_cffread PUBLIC antlr4_static) +target_link_libraries(makeotf_cffread PUBLIC antlr4-runtime) target_compile_definitions(makeotf_cffread PRIVATE $<$:CFF_DEBUG=1> CFF_T13_SUPPORT=0) @