From: fsLeg Date: Sat, 4 Oct 2025 08:39:34 +0000 (+0300) Subject: qownnotes: fix building on -current X-Git-Url: https://git.t-rg.ws/?a=commitdiff_plain;h=9f6249d5acdddb29d88ac7d73b41d32990033c28;p=slackbuilds.git qownnotes: fix building on -current --- 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 \