media-video/cinelerra: -floop-parallelize-all disabled

This commit is contained in:
Kolan Sh 2014-07-14 18:59:26 +04:00
parent c7152204f7
commit 08d56d5aae
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ if [[ true != false
&& ${CATEGORY}/${PN} != sys-fs/udev # Internal compiler error
&& ${CATEGORY}/${PN} != media-sound/mpd
&& ${CATEGORY}/${PN} != app-antivirus/clamav # freshclam never completes
&& ${CATEGORY}/${PN} != media-video/cinelerra # out of memory on compilation
]] ; then
tmp="-floop-parallelize-all"
CFLAGS="${CFLAGS} ${tmp}"