Comments with a reason of disabling parallelize flag for poppler added.

This commit is contained in:
Kolan Sh 2013-10-27 20:53:50 +04:00
parent 2a6bd50ca4
commit 7531ee1152
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +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
&& ${CATEGORY}/${PN} != app-text/poppler # Evince hangs on www.fairchildsemi.com/ds/ND/NDS9435A.pdf
]] ; then
tmp="-floop-parallelize-all"
CFLAGS="${CFLAGS} ${tmp}"