libid3tag: Remove patch that is no longer required
Commit Message
- Forgot to remove this patch in the libid3tag update patch in this set
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
.../libid3tag-0.16.3-allow_build_with_cmake-4.0.x.patch | 8 --------
1 file changed, 8 deletions(-)
delete mode 100644 src/patches/libid3tag-0.16.3-allow_build_with_cmake-4.0.x.patch
deleted file mode 100644
@@ -1,8 +0,0 @@
---- libid3tag/CMakeLists.txt.orig 2023-09-24 03:52:54.000000000 +0200
-+++ libid3tag/CMakeLists.txt 2025-05-08 17:22:58.411633461 +0200
-@@ -1,4 +1,4 @@
--cmake_minimum_required(VERSION 3.1.0)
-+cmake_minimum_required(VERSION 3.10)
- project(id3tag VERSION 0.16.3)
-
- option(BUILD_SHARED_LIBS "Build dynamic library" ON)