File sdl_gfx_static.diff of Package SDL_gfx
--- SDL_gfx.spec.orig 2014-04-27 13:16:02.000000000 +0400
+++ SDL_gfx.spec 2014-04-27 13:17:17.636373760 +0400
@@ -97,7 +97,7 @@
%setup -q
%build
-%configure --disable-static --with-pic --disable-mmx
+%configure --enable-static --with-pic --disable-mmx
make %{?_smp_mflags}
%install
@@ -117,6 +117,7 @@
%defattr(-,root,root)
%{_includedir}/SDL/*
%{_libdir}/lib*.so
+%{_libdir}/libSDL_gfx.a
%{_libdir}/pkgconfig/SDL_gfx.pc
%changelog