[packages/SDL2] add x32 to arch mix

atler atler at pld-linux.org
Sat Jan 23 13:33:35 CET 2021


commit f70b234216b3a43a557b4961da1b7d42c74a31f3
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Jan 23 13:07:41 2021 +0100

    add x32 to arch mix

 SDL2.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/SDL2.spec b/SDL2.spec
index 7de39c8..9c74933 100644
--- a/SDL2.spec
+++ b/SDL2.spec
@@ -47,13 +47,13 @@
 %ifarch k6 athlon
 %define	with_3dnow	1
 %endif
-%ifarch %{x8664} pentium2 pentium3 pentium4 athlon
+%ifarch %{x8664} x32 pentium2 pentium3 pentium4 athlon
 %define	with_mmx	1
 %endif
-%ifarch %{x8664} pentium3 pentium4
+%ifarch %{x8664} x32 pentium3 pentium4
 %define	with_sse	1
 %endif
-%ifarch %{x8664} pentium4
+%ifarch %{x8664} x32 pentium4
 %define	with_sse2	1
 %endif
 Summary:	SDL (Simple DirectMedia Layer) - Game/Multimedia Library
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/SDL2.git/commitdiff/f70b234216b3a43a557b4961da1b7d42c74a31f3



More information about the pld-cvs-commit mailing list