app-emulation/wine: disable -floop-parallelize-all
This commit is contained in:
parent
1d340243f0
commit
f5f15f18a9
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue