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.18.07.13.08; author wiz; state Exp; branches; next ; commitid lo8SlqHbyzTOib7G; desc @@ 1.1 log @ccrtp: fix build with cmake 4 Convert to cmake/build.mk @ text @$NetBSD$ Fix build with cmake 4. --- src/CMakeLists.txt.orig 2025-08-18 07:10:33.458820938 +0000 +++ src/CMakeLists.txt @@@@ -62,7 +62,6 @@@@ endif() add_library(ccrtp ${BUILD_LIBRARY_TYPE} ${ccrtp_srcs} ${crypto_srcs} ${skein_srcs} ${twofish_srcs}) set_target_properties(ccrtp PROPERTIES VERSION ${LIB_VERSION} SOVERSION ${SOVERSION}) target_link_libraries(ccrtp commoncpp ${LIBS}) -add_dependencies(ccrtp commoncpp) ########### install files ############### @