head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.4 pkgsrc-2026Q2-base:1.1 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/hotconv/CMakeLists.txt.orig 2026-02-04 12:31:07.324580295 +0000 +++ c/makeotf/lib/hotconv/CMakeLists.txt @@@@ -70,7 +70,7 @@@@ target_include_directories(hotconv PRIVATE AFTER $<$:${ANTLR4_INCLUDE_DIRS}>) -target_link_libraries(hotconv PUBLIC antlr4_static) +target_link_libraries(hotconv PUBLIC antlr4-runtime) target_link_libraries(hotconv PUBLIC ${CHOSEN_LIBXML2_LIBRARY}) @