app-text/poppler: disable -floop-parallelize-all

This commit is contained in:
Kolan Sh 2013-10-27 16:42:25 +04:00
parent f5f15f18a9
commit 2a6bd50ca4
1 changed files with 1 additions and 0 deletions

View File

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