From: Mirko Vogt Date: Wed, 29 Jul 2026 13:40:38 +0000 (+0000) Subject: snapcast: fix "dirty" cmake-add-build-with-soxr-option.patch X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=99c244f74472e67c703d6dee0f86a7d4667461f8;p=openwrt-packages.git snapcast: fix "dirty" cmake-add-build-with-soxr-option.patch Refresh "cmake-add-build-with-soxr-option"-patch. The CI/CD pipeline checks whether patches are byte-identical to what make package/$(PKG_NAME)/refresh produces. While the patch applied cleanly, it contained the index-line and a git-footer, which caused the CI/CD-pipeline's patch-check to bail out Signed-off-by: Mirko Vogt --- diff --git a/sound/snapcast/patches/010-cmake-add-build-with-soxr-option.patch b/sound/snapcast/patches/010-cmake-add-build-with-soxr-option.patch index 1ebc4de72..99fa63279 100644 --- a/sound/snapcast/patches/010-cmake-add-build-with-soxr-option.patch +++ b/sound/snapcast/patches/010-cmake-add-build-with-soxr-option.patch @@ -17,8 +17,6 @@ Assisted-By: Claude Opus 4.8 (1M context) CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -diff --git a/CMakeLists.txt b/CMakeLists.txt -index ef2252d..eb76646 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -264,7 +264,10 @@ if(NOT WIN32 AND NOT ANDROID) @@ -33,6 +31,3 @@ index ef2252d..eb76646 100644 if(SOXR_FOUND) add_compile_definitions(HAS_SOXR) else() --- -2.47.3 -