]> git.pld-linux.org Git - packages/djvu.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:
    djvu.spec -> 1.12

djvu.spec

index f352c74f0a183df5e231288bab4226565504e965..b2d761205a43917fa3f3c13fb40c993ce973c800 100644 (file)
--- a/djvu.spec
+++ b/djvu.spec
@@ -39,9 +39,11 @@ Biblioteka DjVu - biblioteka statyczna i pliki nag
 
 %build
 OPT="%{rpmcflags}"
 
 %build
 OPT="%{rpmcflags}"
-%ifarch i586 i686 athlon
+%ifarch %{ix86}
+%ifnarch i386 i486
 OPT="$OPT -DMMX"
 %endif
 OPT="$OPT -DMMX"
 %endif
+%endif
 # uses exceptions and implicit templactes
 OPTXX="$OPT"
 export OPT OPTXX
 # uses exceptions and implicit templactes
 OPTXX="$OPT"
 export OPT OPTXX
This page took 0.081814 seconds and 4 git commands to generate.