libid3tag: Remove patch that is no longer required

Message ID 20260405120354.137211-32-adolf.belka@ipfire.org
State Staged
Commit 2caaea94be01d2162236898bfc2bb7599d74e2a0
Headers
Series libid3tag: Remove patch that is no longer required |

Commit Message

Adolf Belka 5 Apr 2026, 12:03 p.m. UTC
- 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
  

Patch

diff --git a/src/patches/libid3tag-0.16.3-allow_build_with_cmake-4.0.x.patch b/src/patches/libid3tag-0.16.3-allow_build_with_cmake-4.0.x.patch
deleted file mode 100644
index 9a8e11e25..000000000
--- a/src/patches/libid3tag-0.16.3-allow_build_with_cmake-4.0.x.patch
+++ /dev/null
@@ -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)