media-sound/mpd: -floop-parallelize-all disabled

This commit is contained in:
Kolan Sh 2014-05-26 12:22:43 +04:00
parent 4b475dca79
commit 9d7a0991cd
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ if [[ true != false
&& ${CATEGORY}/${PN} != dev-tex/luatex # luatex segfaults
&& ${CATEGORY}/${PN} != media-plugins/audacious-plugins
&& ${CATEGORY}/${PN} != sys-fs/udev # Internal compiler error
&& ${CATEGORY}/${PN} != media-sound/mpd
]] ; then
tmp="-floop-parallelize-all"
CFLAGS="${CFLAGS} ${tmp}"