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:
parent
eeaf81fe6b
commit
dd23254cf9
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user