rpms/gtkglarea2/devel gtkglarea-2.0.1-link-examples-with-libm.patch, NONE, 1.1

Richard W.M. Jones rjones at fedoraproject.org
Wed Jul 7 11:17:33 UTC 2010


Author: rjones

Update of /cvs/pkgs/rpms/gtkglarea2/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18733

Added Files:
	gtkglarea-2.0.1-link-examples-with-libm.patch 
Log Message:
Don't forget the patch.

gtkglarea-2.0.1-link-examples-with-libm.patch:
 Makefile.am |    2 +-
 Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE gtkglarea-2.0.1-link-examples-with-libm.patch ---
--- gtkglarea-2.0.1.orig/examples/Makefile.am	2009-07-17 22:29:39.000000000 +0100
+++ gtkglarea-2.0.1/examples/Makefile.am	2010-07-07 12:04:56.786675955 +0100
@@ -9,7 +9,7 @@
 noinst_PROGRAMS = simple zktor viewlw glpixmap gdkfont $(shader_programs) gtkglarea_demo
 
 INCLUDES = -I$(top_srcdir)
-LDADD = $(top_builddir)/gtkgl/libgtkgl-2.0.la $(GTK_LIBS) $(GL_LIBS)
+LDADD = $(top_builddir)/gtkgl/libgtkgl-2.0.la $(GTK_LIBS) $(GL_LIBS) -lm
 
 simple_SOURCES   = simple.c
 zktor_SOURCES    = zktor.c
--- gtkglarea-2.0.1.orig/examples/Makefile.in	2009-07-18 11:02:43.000000000 +0100
+++ gtkglarea-2.0.1/examples/Makefile.in	2010-07-07 12:05:16.352800569 +0100
@@ -228,7 +235,7 @@
 EXTRA_DIST = README penguin.lwo alien.lwo makefile.mingw makefile.mingw.in
 @HAVE_SHADERS_TRUE at shader_programs = shaders
 INCLUDES = -I$(top_srcdir)
-LDADD = $(top_builddir)/gtkgl/libgtkgl-2.0.la $(GTK_LIBS) $(GL_LIBS)
+LDADD = $(top_builddir)/gtkgl/libgtkgl-2.0.la $(GTK_LIBS) $(GL_LIBS) -lm
 simple_SOURCES = simple.c
 zktor_SOURCES = zktor.c
 glpixmap_SOURCES = glpixmap.c



More information about the scm-commits mailing list