From 166be4078fc4d1ff64dcae0a8f938acc495d1fd1 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 27 Nov 2022 17:13:32 -0800 Subject: mpd: update to 0.23.11 Signed-off-by: Rosen Penev --- sound/mpd/patches/010-gcc12.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 sound/mpd/patches/010-gcc12.patch (limited to 'sound/mpd/patches') diff --git a/sound/mpd/patches/010-gcc12.patch b/sound/mpd/patches/010-gcc12.patch new file mode 100644 index 000000000..a3b83b5d5 --- /dev/null +++ b/sound/mpd/patches/010-gcc12.patch @@ -0,0 +1,30 @@ +From e4b055eb6d08c5c8f8d85828ce4005d410e462cb Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= + +Date: Thu, 1 Dec 2022 08:29:23 +0700 +Subject: [PATCH] v0.23.x: RemoteTagCache: add missing include + +Fix build with Boost 1.81.0. `` was included by one of those boost headers, +however, it's no longer included as of Boost 1.81.0. + +`master` doesn't use `std::array` in this file. + +While we're at it, add all necessary inclusion files. +--- + src/RemoteTagCache.hxx | 4 ++++ + 1 file changed, 4 insertions(+) + +--- a/src/RemoteTagCache.hxx ++++ b/src/RemoteTagCache.hxx +@@ -28,7 +28,11 @@ + #include + #include + ++#include ++#include ++#include + #include ++#include + + class RemoteTagCacheHandler; + -- cgit v1.2.3