From 9f6249d5acdddb29d88ac7d73b41d32990033c28 Mon Sep 17 00:00:00 2001 From: fsLeg Date: Sat, 4 Oct 2025 11:39:34 +0300 Subject: [PATCH] qownnotes: fix building on -current --- qownnotes/qownnotes.SlackBuild | 1 + 1 file changed, 1 insertion(+) diff --git a/qownnotes/qownnotes.SlackBuild b/qownnotes/qownnotes.SlackBuild index bd884ef..457f969 100644 --- a/qownnotes/qownnotes.SlackBuild +++ b/qownnotes/qownnotes.SlackBuild @@ -90,6 +90,7 @@ mkdir build CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ cmake \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_WITH_ASPELL=ON \ $USE_QT6 \ -- 2.46.4