]> git.pld-linux.org Git - packages/audacity.git/commitdiff
- add x32 to arch mix
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 23 Jan 2021 10:54:08 +0000 (11:54 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 23 Jan 2021 10:54:08 +0000 (11:54 +0100)
audacity.spec

index ebfe0ae47264556c18ce2a884943a7b03bb9467c..ecc54de52a0e6e7514bd1f40a351dcb537ee8600 100644 (file)
 %bcond_without sse             # SSE instructions
 %bcond_without sse2            # SSE2 instructions
 #
-%ifnarch %{x8664} pentium2 pentium3 pentium4 athlon
+%ifnarch %{x8664} x32 pentium2 pentium3 pentium4 athlon
 %undefine      with_mmx
 %endif
-%ifnarch %{x8664} pentium3 pentium4
+%ifnarch %{x8664} x32 pentium3 pentium4
 %undefine      with_sse
 %endif
-%ifnarch %{x8664} pentium4
+%ifnarch %{x8664} x32 pentium4
 %undefine      with_sse2
 %endif
 
This page took 0.065749 seconds and 4 git commands to generate.