]> git.99rst.org Git - openwrt-packages.git/commitdiff
snapcast: fix "dirty" cmake-add-build-with-soxr-option.patch
authorMirko Vogt <redacted>
Wed, 29 Jul 2026 13:40:38 +0000 (13:40 +0000)
committerJosef Schlehofer <redacted>
Thu, 30 Jul 2026 06:12:29 +0000 (08:12 +0200)
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 <redacted>
sound/snapcast/patches/010-cmake-add-build-with-soxr-option.patch

index 1ebc4de727070279da85b68e6d40a1d9e37cfa99..99fa632791d5d87bb18a25ef5bc46abf5a334425 100644 (file)
@@ -17,8 +17,6 @@ Assisted-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
  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
-
git clone https://git.99rst.org/PROJECT