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

Terry Chan tchan at lunar-linux.org
Thu Sep 1 14:11:42 UTC 2005


Author: tchan
Date: 2005-09-01 14:11:41 +0000 (Thu, 01 Sep 2005)
New Revision: 16295

Modified:
   moonbase/trunk/graphics/svgalib/BUILD
   moonbase/trunk/graphics/svgalib/DETAILS
Log:
Fixed this module so it will compile with gcc-3.4.4.


Modified: moonbase/trunk/graphics/svgalib/BUILD
===================================================================
--- moonbase/trunk/graphics/svgalib/BUILD	2005-09-01 13:47:55 UTC (rev 16294)
+++ moonbase/trunk/graphics/svgalib/BUILD	2005-09-01 14:11:41 UTC (rev 16295)
@@ -3,7 +3,8 @@
   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                           &&
+  # gcc-3.4.x fixes
+  patch_it $SOURCE_CACHE/$SOURCE2 0                            &&
 
   make prefix=/usr shared static utils                         &&
   prepare_install                                              &&

Modified: moonbase/trunk/graphics/svgalib/DETAILS
===================================================================
--- moonbase/trunk/graphics/svgalib/DETAILS	2005-09-01 13:47:55 UTC (rev 16294)
+++ moonbase/trunk/graphics/svgalib/DETAILS	2005-09-01 14:11:41 UTC (rev 16295)
@@ -1,7 +1,11 @@
           MODULE=svgalib
          VERSION=1.4.3
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-$VERSION-switch-fix.patch
       SOURCE_URL=http://www.svgalib.org/
+      SOURCE_VFY=sha1:b89ddf5fd948dd5b9e801e5cc58401e190de4c50
+     SOURCE2_URL=$PATCH_URL/
+     SOURCE2_VFY=sha1:f78c63f1da9c22f2a82ea2e9edf614c5d99fef0e
         WEB_SITE=http://www.svgalib.org/
          ENTERED=20011117
          UPDATED=20040302



More information about the Lunar-commits mailing list