aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-12-18 17:27:44 +0100
committerCem Keylan <cem@ckyln.com>2022-12-18 17:27:44 +0100
commit53779d1fb08d44d093d1d5739dec45d77cc4baf9 (patch)
treec11e62df87ab91633040f7c726f17c1aa0853b44
parenta22a6ad77fd92ace5c3d00ec792dda13ec8302fd (diff)
downloadrepository-53779d1fb08d44d093d1d5739dec45d77cc4baf9.tar.gz
mpd: fix build with boost-1.81
-rwxr-xr-xcommunity/mpd/build2
-rw-r--r--community/mpd/checksums1
-rw-r--r--community/mpd/sources1
3 files changed, 4 insertions, 0 deletions
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 \
diff --git a/community/mpd/checksums b/community/mpd/checksums
index d6c082d3..4652d840 100644
--- a/community/mpd/checksums
+++ b/community/mpd/checksums
@@ -2,3 +2,4 @@
bdfab737e459ec5da7bdb7dff41639d81798eaf2153191935609df1873dc5cef mpd-0.23.11.tar.xz
cf180e86ce5ea35914b2ac320cfc2f3b6337ef1aebd3934a7e75a809918b5812 9.1.0.tar.gz
a91e8415db32b59bb98205065a81a762cd047faf7b52441b697c35925287de80 meson.build
+7e450d53b75478b9505cd9424eb388971c50b9b70bf38f36523fc152c6d74def boost-1.81.patch
diff --git a/community/mpd/sources b/community/mpd/sources
index a586e93c..e782ba56 100644
--- a/community/mpd/sources
+++ b/community/mpd/sources
@@ -1,3 +1,4 @@
https://www.musicpd.org/download/mpd/0.23/mpd-0.23.11.tar.xz
https://github.com/fmtlib/fmt/archive/9.1.0.tar.gz subprojects/fmt-9.1.0
files/meson.build subprojects/fmt-9.1.0
+patches/boost-1.81.patch