net-libs/webkit-gtk-1.8.3: -floop-parallelize-all disabled (Epiphany segfaults).

This commit is contained in:
Kolan Sh 2013-11-10 16:59:28 +04:00
parent b97ee07468
commit b7f7038c9f
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ if [[ true != false
&& ${CATEGORY}/${PN} != media-libs/x264
&& ${CATEGORY}/${PN} != net-misc/openssh
&& ${CATEGORY}/${PN} != media-libs/sdl-mixer # Sauerbraten segfaults
&& ${CATEGORY}/${PN}-${PV} != net-libs/webkit-gtk-1.8.3 # Epiphany segfaults
]] ; then
tmp="-floop-parallelize-all"
CFLAGS="${CFLAGS} ${tmp}"