From 515ea24092475c5ea8afb03bf29da39f8b4d96df Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 1 Oct 2020 16:57:55 +0200 Subject: [PATCH] - require cpuinfo(mmx) when compiled with -mmmx --- firefox.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firefox.spec b/firefox.spec index dcc1d44..3475fc4 100644 --- a/firefox.spec +++ b/firefox.spec @@ -353,6 +353,9 @@ Requires: nss >= 1:%{nss_ver} Requires: pango >= 1:1.22.0 Requires: pixman >= 0.19.2 Requires: xorg-lib-libxkbcommon >= 0.4.1 +%ifarch %{ix86} +Requires: cpuinfo(mmx) +%endif Provides: xulrunner-libs = 2:%{version}-%{release} Provides: wwwbrowser Obsoletes: firefox-devel -- 2.44.0