[Lunar-commits] CVS: moonbase/graphics/svgalib BUILD, 1.1.1.1,
1.2 DETAILS, 1.2, 1.3
Terry Chan
tchan at lunar-linux.org
Tue Mar 2 15:46:01 GMT 2004
Update of /var/cvs/lunar/moonbase/graphics/svgalib
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17848
Modified Files:
BUILD DETAILS
Log Message:
Added an sedit for compiling this module under gcc-3.3.x. Compiled and tested
with gcc-3.3.3, kernel-headers 2.4.x.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/svgalib/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:16 -0000 1.1.1.1
+++ BUILD 2 Mar 2004 15:45:59 -0000 1.2
@@ -1,7 +1,8 @@
(
+
sedit "s/fix)\/man/fix)\/share\/man/" Makefile.cfg &&
- make prefix=/usr &&
- prepare_install &&
- make prefix=/usr install
+ # gcc-3.3.x fix
+ sedit "s/mmt.##x/mmt.x/" src/vga.c &&
+ default_make
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/svgalib/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 24 Feb 2003 17:45:56 -0000 1.2
+++ DETAILS 2 Mar 2004 15:45:59 -0000 1.3
@@ -1,13 +1,13 @@
- MODULE=svgalib
+ MODULE=svgalib
VERSION=1.4.3
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://www.svgalib.org/$SOURCE
WEB_SITE=http://www.svgalib.org/
ENTERED=20011117
- UPDATED=20011117
+ UPDATED=20040302
SHORT="SVGAlib is a graphics library to provide 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