rpms/freeglut/F-13 freeglut-2.6.0-fixld.patch, 1.2, 1.3 freeglut.spec, 1.14, 1.15

jwboyer jwboyer at fedoraproject.org
Fri May 7 13:57:04 UTC 2010


Author: jwboyer

Update of /cvs/pkgs/rpms/freeglut/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11353

Modified Files:
	freeglut-2.6.0-fixld.patch freeglut.spec 
Log Message:
Fix build on ppc


freeglut-2.6.0-fixld.patch:
 CallbackMaker/Makefile.in   |    2 +-
 Fractals/Makefile.in        |    2 +-
 Fractals_random/Makefile.in |    2 +-
 Lorenz/Makefile.in          |    2 +-
 One/Makefile.in             |    2 +-
 shapes/Makefile.in          |    2 +-
 smooth_opengl3/Makefile.in  |    2 +-
 spaceball/Makefile.in       |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

Index: freeglut-2.6.0-fixld.patch
===================================================================
RCS file: /cvs/pkgs/rpms/freeglut/F-13/freeglut-2.6.0-fixld.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- freeglut-2.6.0-fixld.patch	15 Feb 2010 16:24:05 -0000	1.2
+++ freeglut-2.6.0-fixld.patch	7 May 2010 13:57:04 -0000	1.3
@@ -42,7 +42,7 @@ diff -up freeglut-2.6.0/progs/demos/Lore
  LIBOBJS = @LIBOBJS@
  LIBRARY = @LIBRARY@
 -LIBS = @LIBS@
-+LIBS = @LIBS@ -lGL
++LIBS = @LIBS@ -lGL -lm
  LIBTOOL = @LIBTOOL@
  LIBTOOL_DEPS = @LIBTOOL_DEPS@
  LIBXI = @LIBXI@


Index: freeglut.spec
===================================================================
RCS file: /cvs/pkgs/rpms/freeglut/F-13/freeglut.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- freeglut.spec	15 Feb 2010 16:24:05 -0000	1.14
+++ freeglut.spec	7 May 2010 13:57:04 -0000	1.15
@@ -1,7 +1,7 @@
 Summary:        A freely licensed alternative to the GLUT library
 Name:           freeglut
 Version:        2.6.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 URL:            http://freeglut.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # For the manpages
@@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri May  7 2010 Josh Boyer <jwboyer at gmail.com> 2.6.0-4
+- Add -lm to fix ppc build
+
 * Mon Feb 15 2010 Tomas Smetana <tsmetana at redhat.com> 2.6.0-3
 - the patch for #565178 was incomplete
 



More information about the scm-commits mailing list