commit: 894ed3f2dffe6219968ad8ad2b252b49e05c4979 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Nov 16 18:17:56 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Wed Nov 16 18:34:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894ed3f2
media-sound/deadbeef: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28300 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> media-sound/deadbeef/files/deadbeef-musl.patch | 27 -------------------------- 1 file changed, 27 deletions(-) diff --git a/media-sound/deadbeef/files/deadbeef-musl.patch b/media-sound/deadbeef/files/deadbeef-musl.patch deleted file mode 100644 index a62827243e9f..000000000000 --- a/media-sound/deadbeef/files/deadbeef-musl.patch +++ /dev/null @@ -1,27 +0,0 @@ -https://github.com/DeaDBeeF-Player/deadbeef/commit/6864a5779fd6beb21507357736e0c988748cec5a - -Bug: https://bugs.gentoo.org/870187 - -From 6864a5779fd6beb21507357736e0c988748cec5a Mon Sep 17 00:00:00 2001 -From: orbea <[email protected]> -Date: Wed, 21 Sep 2022 08:36:46 -0700 -Subject: [PATCH] Fix the build with musl - -Fixes: https://github.com/DeaDBeeF-Player/deadbeef/issues/2858 ---- - threading_pthread.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/threading_pthread.c b/threading_pthread.c -index 004eb6bdc..8d5f4c31c 100644 ---- a/threading_pthread.c -+++ b/threading_pthread.c -@@ -97,7 +97,7 @@ thread_start_low_priority (void (*fn)(void *ctx), void *ctx) { - pthread_cancel (tid); - return 0; - } -- return tid; -+ return (intptr_t)tid; - #else - return thread_start (fn, ctx); - #endif
