media-sound/mpd: Fix mpd build on prefix profiles
authorMatthias Gerstner <matthias.gerstner@suse.de>
Mon, 4 Sep 2017 12:30:13 +0000 (14:30 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 12 Dec 2017 17:30:28 +0000 (18:30 +0100)
commit2d3ad96a836ec425fda6d6ed3088948165a65456
tree34c0002c0a570b5166ae6bceb364ed6ea41744d5
parent519d13455fdf6e978c8420e12d3f9afef5483c3a
media-sound/mpd: Fix mpd build on prefix profiles

libmad recorded wrong pkgconfig cflags which caused configure in mpd to
pick up an additional '-I /usr/include' which then broke because of
mixing up std headers.

Similarly the autoconf check for boost picks up the host system's
/usr/include instead of the prefix's ${EPREFIX}/usr/include, leading to
the same result as with libmad in the mpd build.

An explicity --with-boost heals this.

Closes: https://bugs.gentoo.org/629880
media-sound/mpd/mpd-0.20.12.ebuild