diff options
Diffstat (limited to 'community')
-rwxr-xr-x | community/mpd/build | 2 | ||||
-rw-r--r-- | community/mpd/checksums | 1 | ||||
-rw-r--r-- | community/mpd/sources | 1 |
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 |