[Lunar-commits] r24370 - moonbase/trunk/graphics/svgalib
Dennis Veatch
stumbles at lunar-linux.org
Thu May 10 13:37:30 CEST 2007
Author: stumbles
Date: 2007-05-10 13:37:30 +0200 (Thu, 10 May 2007)
New Revision: 24370
Modified:
moonbase/trunk/graphics/svgalib/BUILD
moonbase/trunk/graphics/svgalib/DETAILS
Log:
Applied patch provided by Javier Adri?\195?\161n Ortiz de la Tabla.
Compiled fine here on gcc4, etc. Links2 and current dosemu
are fine with it.
Modified: moonbase/trunk/graphics/svgalib/BUILD
===================================================================
--- moonbase/trunk/graphics/svgalib/BUILD 2007-05-10 11:22:35 UTC (rev 24369)
+++ moonbase/trunk/graphics/svgalib/BUILD 2007-05-10 11:37:30 UTC (rev 24370)
@@ -1,11 +1,7 @@
(
+ # gcc-3.4.x & gcc4.1.x fixes
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
- 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
- # gcc-3.4.x fixes
- patch_it $SOURCE_CACHE/$SOURCE2 0 &&
-
make prefix=/usr shared static utils &&
prepare_install &&
make prefix=/usr install
Modified: moonbase/trunk/graphics/svgalib/DETAILS
===================================================================
--- moonbase/trunk/graphics/svgalib/DETAILS 2007-05-10 11:22:35 UTC (rev 24369)
+++ moonbase/trunk/graphics/svgalib/DETAILS 2007-05-10 11:37:30 UTC (rev 24370)
@@ -1,16 +1,16 @@
MODULE=svgalib
VERSION=1.4.3
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-switch-fix.patch
+ SOURCE2=$MODULE-$VERSION-debian_fixes-1.patch
SOURCE_URL=http://www.svgalib.org/
SOURCE_VFY=sha1:b89ddf5fd948dd5b9e801e5cc58401e190de4c50
- SOURCE2_URL=$PATCH_URL
- SOURCE2_VFY=sha1:f78c63f1da9c22f2a82ea2e9edf614c5d99fef0e
+ SOURCE2_URL=http://www.linuxfromscratch.org/patches/downloads/svgalib/
+ SOURCE2_VFY=sha1:a468280e30cc4cab63201e773e273a1c60e5ddfb
WEB_SITE=http://www.svgalib.org/
ENTERED=20011117
UPDATED=20040302
SHORT="SVGAlib provides VGA and SVGA modes in a console."
- PSAFE=no
+ PSAFE=no
cat << EOF
svgalib is a low-level graphics library that provides VGA and SVGA
modes in a console. It is not intended as an alternative to X for
More information about the Lunar-commits
mailing list