]> git.pld-linux.org Git - packages/SDL_gfx.git/commitdiff
- don't use mmx on non-x86 RA-1_0 SDL_gfx-2_0_3-2 STABLE
authorankry <ankry@pld-linux.org>
Mon, 15 Jul 2002 21:06:34 +0000 (21:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2, STBR

Changed files:
    SDL_gfx.spec -> 1.5

SDL_gfx.spec

index 037ca2aafbbbad9b1a4853b4d4eba7a692eabb4f..3b738db4b1e557836f572bcd2b6259a70dce008f 100644 (file)
@@ -2,7 +2,7 @@ Summary:        SDL graphics drawing primitives and other support functions
 Summary(pl):   Funkcje rysowania grafiki i inne dla SDL
 Name:          SDL_gfx
 Version:       2.0.3
-Release:       1
+Release:       2
 License:       LGPL
 Group:         Libraries
 Source0:       http://www.ferzkopp.net/Software/%{name}-2.0/%{name}-%{version}.tar.gz
@@ -78,7 +78,13 @@ rm -f missing acinclude.m4
 aclocal
 %{__autoconf}
 %{__automake}
+
+%ifarch %{ix86}
 %configure
+%else
+%configure --disable-mmx
+%endif
+
 %{__make}
 
 %install
This page took 0.874917 seconds and 4 git commands to generate.