thunderbird: Fix ppc64el port unavailable option.

This commit is contained in:
Luis Guzmán 2022-06-15 19:33:38 +00:00
parent 3b7c77c43e
commit bf020b5225

View file

@ -125,9 +125,11 @@ sed 's/com.ubuntu/org.trisquel/' -i debian/config/mozconfig.in
cat << ARCH >> debian/config/mozconfig.in cat << ARCH >> debian/config/mozconfig.in
%%if DEB_HOST_ARCH != armhf %%if DEB_HOST_ARCH != armhf
%%if DEB_HOST_ARCH != arm64 %%if DEB_HOST_ARCH != arm64
%%if DEB_HOST_ARCH != ppc64el
ac_add_options --disable-eme ac_add_options --disable-eme
%%endif %%endif
%%endif %%endif
%%endif
ARCH ARCH
######################################################## ########################################################