From bf020b5225aaa4a9f4bf487b0ac4b53c0b9a48f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Wed, 15 Jun 2022 19:33:38 +0000 Subject: [PATCH] thunderbird: Fix ppc64el port unavailable option. --- helpers/make-thunderbird | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helpers/make-thunderbird b/helpers/make-thunderbird index 78e2151..5072069 100644 --- a/helpers/make-thunderbird +++ b/helpers/make-thunderbird @@ -125,9 +125,11 @@ sed 's/com.ubuntu/org.trisquel/' -i debian/config/mozconfig.in cat << ARCH >> debian/config/mozconfig.in %%if DEB_HOST_ARCH != armhf %%if DEB_HOST_ARCH != arm64 +%%if DEB_HOST_ARCH != ppc64el ac_add_options --disable-eme %%endif %%endif +%%endif ARCH ########################################################