]> git.pld-linux.org Git - packages/DirectFB.git/commitdiff
- more general ix86 %%ifarchs
authorsaq <saq@pld-linux.org>
Sat, 28 Feb 2004 17:31:12 +0000 (17:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DirectFB.spec -> 1.49

DirectFB.spec

index 5cd67778ce55c268878a9e65e2c48275bc74f788..86a075ad7364d214745b97e1c490ea86deffb115 100644 (file)
@@ -154,12 +154,14 @@ CPPFLAGS="-I/usr/include/libmpeg3"
        --disable-debug \
        %{!?with_mpg:--disable-libmpeg3} \
        --enable-sdl \
-%ifarch i586 i686 athlon
+%ifarch %{ix86}
+%ifnarch i386 i486
        --enable-mmx \
 %endif
-%ifarch i686 athlon
+%ifnarch i386 i486 i586
        --enable-sse
 %endif
+%endif
 
 %{__make}
 
This page took 0.094813 seconds and 4 git commands to generate.