diff options
Diffstat (limited to 'community')
-rwxr-xr-x | community/mpd/build | 2 | ||||
-rw-r--r-- | community/mpd/sources | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/community/mpd/build b/community/mpd/build index 626a6d47..5a5ed84f 100755 --- a/community/mpd/build +++ b/community/mpd/build @@ -2,6 +2,8 @@ patch -p1 < boost-1.81.patch +clsed '/^directory =/s/=.*/= fmt/' subprojects/fmt.wrap + export DESTDIR="$1" cl-meson \ diff --git a/community/mpd/sources b/community/mpd/sources index e782ba56..dc35ade3 100644 --- a/community/mpd/sources +++ b/community/mpd/sources @@ -1,4 +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 +https://github.com/fmtlib/fmt/archive/9.1.0.tar.gz subprojects/fmt +files/meson.build subprojects/fmt patches/boost-1.81.patch |