app-emulation/wine: disable -floop-parallelize-all

This commit is contained in:
Kolan Sh 2013-10-26 16:26:11 +04:00
parent 1d340243f0
commit f5f15f18a9
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ if [[ true != false
&& ${CATEGORY}/${PN} != media-gfx/inkscape
&& ${CATEGORY}/${PN} != dev-libs/glib # epiphany hangs (GObject)
&& ${CATEGORY}/${PN} != www-client/firefox
&& ${CATEGORY}/${PN} != app-emulation/wine
]] ; then
tmp="-floop-parallelize-all"
CFLAGS="${CFLAGS} ${tmp}"