[Lunar-commits] r25482 - moonbase/trunk/video/ftgl

Dennis Veatch stumbles at lunar-linux.org
Sat Aug 18 16:29:53 CEST 2007


Author: stumbles
Date: 2007-08-18 16:29:53 +0200 (Sat, 18 Aug 2007)
New Revision: 25482

Modified:
   moonbase/trunk/video/ftgl/BUILD
   moonbase/trunk/video/ftgl/DEPENDS
Log:

With gcc4.1.2 all appears to install fine until you
lvu install. No libs or headers are installed. This
little sedit corrects that deficiency.



Modified: moonbase/trunk/video/ftgl/BUILD
===================================================================
--- moonbase/trunk/video/ftgl/BUILD	2007-08-18 00:07:09 UTC (rev 25481)
+++ moonbase/trunk/video/ftgl/BUILD	2007-08-18 14:29:53 UTC (rev 25482)
@@ -1,7 +1,11 @@
 (
 
+  sedit "s|FTTextureGlyph::||" include/FTTextureGlyph.h
+
   cd unix/       &&
 
+  OPTS="$OPTS --enable-shared"
+
   default_build
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/video/ftgl/DEPENDS
===================================================================
--- moonbase/trunk/video/ftgl/DEPENDS	2007-08-18 00:07:09 UTC (rev 25481)
+++ moonbase/trunk/video/ftgl/DEPENDS	2007-08-18 14:29:53 UTC (rev 25482)
@@ -1,2 +1,2 @@
-depends %GLUT   &&
+depends %GLUT  
 depends doxygen



More information about the Lunar-commits mailing list