[Lunar-commits] r15294 - moonbase/trunk/graphics/svgalib

Auke Kok sofar at lunar-linux.org
Wed Jun 8 11:50:34 UTC 2005


Author: sofar
Date: 2005-06-08 11:50:34 +0000 (Wed, 08 Jun 2005)
New Revision: 15294

Modified:
   moonbase/trunk/graphics/svgalib/BUILD
Log:
Bugfix for svgalib. Thanks to Ranita for being our ASM hero.


Modified: moonbase/trunk/graphics/svgalib/BUILD
===================================================================
--- moonbase/trunk/graphics/svgalib/BUILD	2005-06-08 11:33:00 UTC (rev 15293)
+++ moonbase/trunk/graphics/svgalib/BUILD	2005-06-08 11:50:34 UTC (rev 15294)
@@ -1,9 +1,11 @@
 (
 
   sedit "s/fix)\/man/fix)\/share\/man/" Makefile.cfg           &&
+  sedit "s/zbl %%al,%%ax/zbl %%al,%%eax/" gl/inlstring.h       &&
   # gcc-3.3.x fix
   sedit "s/mmt.##x/mmt.x/" src/vga.c                           &&
-  make prefix=/usr                                             &&
+
+  make prefix=/usr shared static utils                         &&
   prepare_install                                              &&
   make prefix=/usr install
 



More information about the Lunar-commits mailing list