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.19.14.03.02; author wiz; state Exp; branches; next ; commitid JIJweAUBpRTrxl7G; desc @@ 1.1 log @sundials: fix build with cmake 4 Convert to cmake/build.mk @ text @$NetBSD$ Fix build with cmake 4. --- config/SundialsPOSIXTimers.cmake.orig 2025-08-19 14:00:46.204784736 +0000 +++ config/SundialsPOSIXTimers.cmake @@@@ -43,7 +43,7 @@@@ if(SUNDIALS_POSIX_TIMERS) # Create a CMakeLists.txt file which will generate the test executable file(WRITE ${POSIXTest_DIR}/CMakeLists.txt - "CMAKE_MINIMUM_REQUIRED(VERSION 3.0.2)\n" + "CMAKE_MINIMUM_REQUIRED(VERSION 3.5)\n" "PROJECT(posixtimerstest C)\n" "SET(CMAKE_VERBOSE_MAKEFILE ON)\n" "SET(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\")\n" @