]> git.pld-linux.org Git - packages/SDL2.git/commitdiff
add x32 to arch mix
authorJan Palus <atler@pld-linux.org>
Sat, 23 Jan 2021 12:07:41 +0000 (13:07 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 23 Jan 2021 12:07:41 +0000 (13:07 +0100)
SDL2.spec

index 7de39c82e80b96a9a6ac71bac6e40891f31b9d89..9c74933090ec653529c84ad64191e7d6c1a376d5 100644 (file)
--- a/SDL2.spec
+++ b/SDL2.spec
 %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
This page took 0.498832 seconds and 4 git commands to generate.