aboutsummaryrefslogtreecommitdiff
path: root/community/mpd/build
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 /community/mpd/build
parenta22a6ad77fd92ace5c3d00ec792dda13ec8302fd (diff)
downloadrepository-53779d1fb08d44d093d1d5739dec45d77cc4baf9.tar.gz
mpd: fix build with boost-1.81
Diffstat (limited to 'community/mpd/build')
-rwxr-xr-xcommunity/mpd/build2
1 files changed, 2 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 \