From 2e3ec82ec33e634e03047f7a970c0edd780a902ed2c5a32e0878ebf5b967af76 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 19 Dec 2014 11:13:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/games/SDL_gfx?expand=0&rev=21 --- SDL_gfx.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SDL_gfx.spec b/SDL_gfx.spec index 4827c4a..087b717 100644 --- a/SDL_gfx.spec +++ b/SDL_gfx.spec @@ -78,7 +78,9 @@ written in plain C and can be used in C++ code. %setup -q %build -%configure --disable-static --with-pic --disable-mmx +# MMX code has a problem with uninitialized variables; we would only turn it +# on for x86_64 anyway - but that one can use SSE instead. +%configure --disable-static --disable-mmx make %{?_smp_mflags} %install