default: Graphite disabled for firefox.
This commit is contained in:
parent
7f03eb0bf2
commit
ac5fe4068d
|
@ -149,6 +149,7 @@ fi
|
||||||
# no-graphite
|
# no-graphite
|
||||||
if [[ true != false
|
if [[ true != false
|
||||||
&& ${CATEGORY}/${PN} != undefined/undefined
|
&& ${CATEGORY}/${PN} != undefined/undefined
|
||||||
|
&& ${CATEGORY}/${PN} != www-client/firefox
|
||||||
]] ; then
|
]] ; then
|
||||||
tmp="-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block"
|
tmp="-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block"
|
||||||
CFLAGS="${CFLAGS} ${tmp}"
|
CFLAGS="${CFLAGS} ${tmp}"
|
||||||
|
|
Loading…
Reference in New Issue