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 --- verify/CMakeLists.txt.orig 2014-03-19 04:58:29.000000000 +0000 +++ verify/CMakeLists.txt @@@@ -29,9 +29,7 @@@@ ADD_EXECUTABLE(json_verify ${SRCS}) TARGET_LINK_LIBRARIES(json_verify yajl_s) # copy in the binary -GET_TARGET_PROPERTY(binPath json_verify LOCATION) - ADD_CUSTOM_COMMAND(TARGET json_verify POST_BUILD - COMMAND ${CMAKE_COMMAND} -E copy_if_different ${binPath} ${binDir}) + COMMAND ${CMAKE_COMMAND} -E copy_if_different $ ${binDir}) INSTALL(TARGETS json_verify RUNTIME DESTINATION bin) @