[Lunar-commits] r26051 - moonbase/trunk/graphics/freeglut

Auke Kok sofar at lunar-linux.org
Wed Oct 3 22:55:44 CEST 2007


Author: sofar
Date: 2007-10-03 22:55:44 +0200 (Wed, 03 Oct 2007)
New Revision: 26051

Added:
   moonbase/trunk/graphics/freeglut/BUILD
Modified:
   moonbase/trunk/graphics/freeglut/DETAILS
Log:
Correct a typo (toolki(t)) and make the lines of the description 72 chars long.
Add a BUILD file to get rid of the -Werror flag, because it causes a compile break (warning) in the file freeglut_joystick.c

I don't update UPDATE, because i don't wan't to force peaple to recompile it to correct a typo.


From:  criggenbach at magahugu.net


Added: moonbase/trunk/graphics/freeglut/BUILD
===================================================================
--- moonbase/trunk/graphics/freeglut/BUILD	                        (rev 0)
+++ moonbase/trunk/graphics/freeglut/BUILD	2007-10-03 20:55:44 UTC (rev 26051)
@@ -0,0 +1,9 @@
+(
+
+  default_config
+
+  sedit "s:-Werror::" `find . | grep Makefile` 
+
+  default_make
+
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/graphics/freeglut/DETAILS
===================================================================
--- moonbase/trunk/graphics/freeglut/DETAILS	2007-10-03 20:30:48 UTC (rev 26050)
+++ moonbase/trunk/graphics/freeglut/DETAILS	2007-10-03 20:55:44 UTC (rev 26051)
@@ -8,6 +8,6 @@
          UPDATED=20060227
            SHORT="OpenGL Utility Toolkit (GLUT) library"
 cat << EOF
-freeglut is a completely OpenSourced alternative to the OpenGL Utility Toolki
-(GLUT) library.
+freeglut is a completely OpenSourced alternative to the OpenGL Utility
+Toolkit (GLUT) library.
 EOF



More information about the Lunar-commits mailing list