[packages/firefox] - require cpuinfo(mmx) when compiled with -mmmx

qboosh qboosh at pld-linux.org
Thu Oct 1 16:54:59 CEST 2020


commit 515ea24092475c5ea8afb03bf29da39f8b4d96df
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Oct 1 16:57:55 2020 +0200

    - 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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/firefox.git/commitdiff/515ea24092475c5ea8afb03bf29da39f8b4d96df



More information about the pld-cvs-commit mailing list