head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2025.08.11.08.49.18; author wiz; state Exp; branches; next ; commitid XPddUzgtjAGK3i6G; desc @@ 1.1 log @yajl: fix build with cmake 4 using patches from github pull request @ text @$NetBSD$ https://github.com/lloyd/yajl/pull/256 --- reformatter/CMakeLists.txt.orig 2014-03-19 04:58:29.000000000 +0000 +++ reformatter/CMakeLists.txt @@@@ -35,9 +35,7 @@@@ IF (NOT WIN32) ENDIF (NOT WIN32) # copy the binary into the output directory -GET_TARGET_PROPERTY(binPath json_reformat LOCATION) - ADD_CUSTOM_COMMAND(TARGET json_reformat POST_BUILD - COMMAND ${CMAKE_COMMAND} -E copy_if_different ${binPath} ${binDir}) + COMMAND ${CMAKE_COMMAND} -E copy_if_different $ ${binDir}) INSTALL(TARGETS json_reformat RUNTIME DESTINATION bin) @