head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2026.06.13.12.27.28; author gdt; state Exp; branches; next ; commitid doD48xjUmH1jqDJG; desc @@ 1.1 log @chat/libomemo-c: Add support for choosing cmake Add an if for build system, that one can easily flip in the Makefile. The purpose is only making it easier to file upstream bug reports about the cmake build system. This commit changes only comments and moves meson into an enabled if, so there is no change to the build and hence no PKGREVISION++. @ text @$NetBSD$ pkgsrc cmake in 202606 fails if minimum required is < 3.5. Just increase it. See https://github.com/dino/libomemo-c/issues/13. --- CMakeLists.txt.orig 2025-03-29 17:30:00.000000000 +0000 +++ CMakeLists.txt @@@@ -1,4 +1,4 @@@@ -cmake_minimum_required(VERSION 2.8.4) +cmake_minimum_required(VERSION 3.5) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMakeModules/") project(omemo-c) @