diff options
-rw-r--r-- | patches/utf8proc_pre.local.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/patches/utf8proc_pre.local.patch b/patches/utf8proc_pre.local.patch new file mode 100644 index 00000000..b7139aa5 --- /dev/null +++ b/patches/utf8proc_pre.local.patch @@ -0,0 +1,9 @@ +diff -ru utf8proc.orig/CMakeLists.txt utf8proc/CMakeLists.txt +--- utf8proc.orig/CMakeLists.txt 2024-12-30 15:46:09.247803997 +0100 ++++ utf8proc/CMakeLists.txt 2024-12-30 15:47:14.637465265 +0100 +@@ -1,4 +1,4 @@ +-cmake_minimum_required (VERSION 3.10) ++cmake_minimum_required (VERSION 3.7) + + include (utils.cmake) + |