From 2223940928bccc504ac9d1bc3022dcb7f95a5d6a Mon Sep 17 00:00:00 2001 From: saq Date: Sat, 28 Feb 2004 17:31:12 +0000 Subject: [PATCH] - more general ix86 %%ifarchs Changed files: djvu.spec -> 1.12 --- djvu.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/djvu.spec b/djvu.spec index f352c74..b2d7612 100644 --- a/djvu.spec +++ b/djvu.spec @@ -39,9 +39,11 @@ Biblioteka DjVu - biblioteka statyczna i pliki nag %build OPT="%{rpmcflags}" -%ifarch i586 i686 athlon +%ifarch %{ix86} +%ifnarch i386 i486 OPT="$OPT -DMMX" %endif +%endif # uses exceptions and implicit templactes OPTXX="$OPT" export OPT OPTXX -- 2.43.0