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