diff --git a/supertuxkart.spec b/supertuxkart.spec index 3a57185..77ec67c 100644 --- a/supertuxkart.spec +++ b/supertuxkart.spec @@ -11,7 +11,7 @@ Source1: %{name}.6 Patch0: supertuxkart-fhs.patch Patch1: supertuxkart-0.3-desktop.patch #Patch2: supertuxkart-0.7-default-fs.patch -Patch3: supertuxkart-0.7-dsolink-irrlicht.patch +#Patch3: supertuxkart-0.7-dsolink-irrlicht.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: plib-devel SDL-devel mikmod-devel BuildRequires: libvorbis-devel freeglut-devel desktop-file-utils @@ -44,7 +44,7 @@ This package contains the data files for SuperTuxKart, as well as the add-on pac %patch0 -p0 -z .fhs %patch1 -p1 -z .desktop #%patch2 -p1 -z .fs -%patch3 -p0 -z .dsoir +#%patch3 -p0 -z .dsoir # some cleanups chmod -x AUTHORS COPYING ChangeLog README TODO chmod -x `find -name "*.cpp" -o -name "*.hpp"` @@ -56,7 +56,7 @@ touch src/Makefile.in %build %configure -make %{?_smp_mflags} LDFLAGS=-lGLU +make %{?_smp_mflags} LDFLAGS=-lGLU irrlicht_LIBS="-lIrrlicht -lIrrXML" %install