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.03.10.09.09.53; author adam; state Exp; branches; next ; commitid 44p64t7lvZ4mopxG; desc @@ 1.1 log @valyriatear: fix build with newer SDL2_ttf and on Darwin @ text @$NetBSD$ Fix for newer CMake. --- CMake/Modules/FindSDL2_ttf.cmake.orig 2026-03-10 08:35:02.820680595 +0000 +++ CMake/Modules/FindSDL2_ttf.cmake @@@@ -74,7 +74,7 @@@@ endif() set(SDL2_TTF_LIBRARIES ${SDL2_TTF_LIBRARY}) set(SDL2_TTF_INCLUDE_DIRS ${SDL2_TTF_INCLUDE_DIR}) -# include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) +include(FindPackageHandleStandardArgs) FIND_PACKAGE_HANDLE_STANDARD_ARGS(SDL2_ttf REQUIRED_VARS SDL2_TTF_LIBRARIES SDL2_TTF_INCLUDE_DIRS @