- the patch for #565178 was incomplete
This commit is contained in:
parent
4ce95ee999
commit
1aae8438b5
@ -90,7 +90,7 @@ diff -up freeglut-2.6.0/progs/demos/spaceball/Makefile.in.fixld freeglut-2.6.0/p
|
|||||||
LIBOBJS = @LIBOBJS@
|
LIBOBJS = @LIBOBJS@
|
||||||
LIBRARY = @LIBRARY@
|
LIBRARY = @LIBRARY@
|
||||||
-LIBS = @LIBS@
|
-LIBS = @LIBS@
|
||||||
+LIBS = @LIBS@ -lGL
|
+LIBS = @LIBS@ -lm -lGL
|
||||||
LIBTOOL = @LIBTOOL@
|
LIBTOOL = @LIBTOOL@
|
||||||
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
||||||
LIBXI = @LIBXI@
|
LIBXI = @LIBXI@
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A freely licensed alternative to the GLUT library
|
Summary: A freely licensed alternative to the GLUT library
|
||||||
Name: freeglut
|
Name: freeglut
|
||||||
Version: 2.6.0
|
Version: 2.6.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
URL: http://freeglut.sourceforge.net
|
URL: http://freeglut.sourceforge.net
|
||||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||||
# For the manpages
|
# For the manpages
|
||||||
@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 15 2010 Tomas Smetana <tsmetana@redhat.com> 2.6.0-3
|
||||||
|
- the patch for #565178 was incomplete
|
||||||
|
|
||||||
* Mon Feb 15 2010 Tomas Smetana <tsmetana@redhat.com> 2.6.0-2
|
* Mon Feb 15 2010 Tomas Smetana <tsmetana@redhat.com> 2.6.0-2
|
||||||
- fix #565178: fix building of the examples
|
- fix #565178: fix building of the examples
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user