rpms/glest/devel glest-link-X11.patch,NONE,1.1 glest.spec,1.36,1.37

Bruno Wolff III bruno at fedoraproject.org
Thu Feb 11 08:30:49 UTC 2010


Author: bruno

Update of /cvs/pkgs/rpms/glest/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1552

Modified Files:
	glest.spec 
Added Files:
	glest-link-X11.patch 
Log Message:
Forgot a patch file



glest-link-X11.patch:
 Jamrules |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE glest-link-X11.patch ---
--- Jamrules.orig	2010-02-11 02:06:28.000000000 -0600
+++ Jamrules	2010-02-11 02:25:52.000000000 -0600
@@ -19,6 +19,8 @@
   LIBS += -lstlport_gcc_debug ;
 }
 
+LIBS += -lX11 ;
+
 COMPILER_CFLAGS            += -Wall -W -Wno-unused -Wno-sign-compare ;
 COMPILER_CFLAGS_optimize   += -O3 -DNDEBUG ;
 COMPILER_CXXFLAGS_optimize += -O3 -DNDEBUG ;


Index: glest.spec
===================================================================
RCS file: /cvs/pkgs/rpms/glest/devel/glest.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- glest.spec	11 Feb 2010 08:29:36 -0000	1.36
+++ glest.spec	11 Feb 2010 08:30:49 -0000	1.37
@@ -44,7 +44,8 @@ exist in the environment and can be cont
 %setup -q -n %{name}-source-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
+%patch2 -p0
+%patch3 -p0
 find . -type f | xargs sed -i -e "s/\r//g" 
 #recode ISO-8859-1..UTF-8 README
 



More information about the scm-commits mailing list