summaryrefslogtreecommitdiff
path: root/debian/patches/0005-cmake_fix_ftbfs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0005-cmake_fix_ftbfs.patch')
-rw-r--r--debian/patches/0005-cmake_fix_ftbfs.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/0005-cmake_fix_ftbfs.patch b/debian/patches/0005-cmake_fix_ftbfs.patch
new file mode 100644
index 0000000..f5aa075
--- /dev/null
+++ b/debian/patches/0005-cmake_fix_ftbfs.patch
@@ -0,0 +1,13 @@
+Index: trunk/CMakeLists.txt
+===================================================================
+--- trunk.orig/CMakeLists.txt
++++ trunk/CMakeLists.txt
+@@ -4,7 +4,7 @@
+
+ project("gnomepie" C)
+
+-cmake_minimum_required(VERSION 2.6)
++cmake_minimum_required(VERSION 3.2...3.31)
+
+ # Location where cmake first looks for modules.
+ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/vala)