SHA256
1
0
forked from pool/SDL2_gfx

- Disable MMX not only on i586, but also ppc64, armv7l, etc.

OBS-URL: https://build.opensuse.org/package/show/games/SDL2_gfx?expand=0&rev=9
This commit is contained in:
Jan Engelhardt 2014-06-25 12:35:59 +00:00 committed by Git OBS Bridge
parent eeaf81fe6b
commit dd23254cf9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 25 12:35:38 UTC 2014 - jengelh@inai.de
- Disable MMX not only on i586, but also ppc64, armv7l, etc.
-------------------------------------------------------------------
Tue Jun 17 09:01:15 UTC 2014 - jengelh@inai.de

View File

@ -55,7 +55,7 @@ Library containing 20+ graphics primitives (line, box, circle, polygon, etc.) fo
%build
%configure --disable-static \
%ifarch i586
%ifnarch x86_64
--disable-mmx \
%endif
--with-pic