$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/28 07:10:10 wiz Exp $ Fix build with cmake 4. --- CMakeLists.txt.orig 2025-08-28 07:07:50.799455865 +0000 +++ CMakeLists.txt @@ -1,3 +1,5 @@ +cmake_minimum_required(VERSION 3.5) + find_package(KDE4 REQUIRED) include(KDE4Defaults)