From 53779d1fb08d44d093d1d5739dec45d77cc4baf9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 18 Dec 2022 17:27:44 +0100 Subject: mpd: fix build with boost-1.81 --- community/mpd/build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'community/mpd/build') diff --git a/community/mpd/build b/community/mpd/build index ea133674..626a6d47 100755 --- a/community/mpd/build +++ b/community/mpd/build @@ -1,5 +1,7 @@ #!/bin/sh -e +patch -p1 < boost-1.81.patch + export DESTDIR="$1" cl-meson \ -- cgit v1.2.3