[supertuxkart] Link fix from Hans.

Jon Ciesla limb at fedoraproject.org
Fri Jan 7 16:39:16 UTC 2011


commit f25a52bfa1cca47ce17376ffa5c84fc1b0d48db3
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Fri Jan 7 10:36:30 2011 -0600

    Link fix from Hans.

 supertuxkart.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
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


More information about the scm-commits mailing list