summaryrefslogtreecommitdiffstats
path: root/audio-players/mpd/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/mpd/BUILD')
-rwxr-xr-xaudio-players/mpd/BUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio-players/mpd/BUILD b/audio-players/mpd/BUILD
index 8cbf7000b4..f0b6fde4f8 100755
--- a/audio-players/mpd/BUILD
+++ b/audio-players/mpd/BUILD
@@ -1,5 +1,7 @@
create_account musicdaemon &&
-OPTS="$MPD_OPTS $OPTS" &&
+OPTS="--disable-mpc $MPD_OPTS $OPTS" &&
-LDFLAGS+="-L/usr/lib/sidplay/builders" default_build
+LDFLAGS="-L/usr/lib/sidplay/builders $LDFLAGS" &&
+
+default_build