From cf6139d4a0084cda9048e7c87f441f051cb595b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jendrysik?= Date: Fri, 12 Dec 2014 12:21:40 +0100 Subject: main/mpd: upgrade to 0.19.6, remove needless patch --- main/mpd/fix-musl.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 main/mpd/fix-musl.patch (limited to 'main/mpd/fix-musl.patch') diff --git a/main/mpd/fix-musl.patch b/main/mpd/fix-musl.patch deleted file mode 100644 index 0a9bc5f85e..0000000000 --- a/main/mpd/fix-musl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/thread/Id.hxx.orig -+++ ./src/thread/Id.hxx -@@ -85,7 +85,7 @@ - #ifdef WIN32 - return id == other.id; - #else -- return ::pthread_equal(id, other.id); -+ return (::pthread_equal)(id, other.id); - #endif - } - -- cgit v1.2.3