diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-25 09:08:01 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-25 09:08:01 +0000 |
commit | c01aa3135c7bda7ee8486ef74553bf92f737ed7e (patch) | |
tree | 4775fee249e4a42f3513bc328299d6b4ac94dfa8 /graphics/svgalib/files/patch-ae | |
parent | MFC (diff) |
Add svgalib - a *native* port of well-knows Linux console graphics library.
Please note, that it's a work in progress, so some features doesn't work (for
example mouse support). However, the functionality already present is
sufficient to run some of the popular apps (quakeforge for example).
I tested it on ATI Mach64 and C&T55554 adapters.
Notes
Notes:
svn path=/head/; revision=31953
Diffstat (limited to 'graphics/svgalib/files/patch-ae')
-rw-r--r-- | graphics/svgalib/files/patch-ae | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/svgalib/files/patch-ae b/graphics/svgalib/files/patch-ae new file mode 100644 index 000000000000..78014b7fb0a9 --- /dev/null +++ b/graphics/svgalib/files/patch-ae @@ -0,0 +1,20 @@ +--- Makefile.orig Fri Aug 25 05:26:16 2000 ++++ Makefile Fri Aug 25 05:26:20 2000 +@@ -210,7 +210,7 @@ + @$(INSTALL_DATA) staticlib/libvgagl.a $(libdir)/libvgagl.a + @chmod a+r $(libdir)/libvgagl.a + +-installutils: textutils lrmi ++installutils: textutils + @if [ ! -d $(bindir) ]; then \ + echo No $(bindir) directory, creating it.; \ + mkdir $(bindir); \ +@@ -236,8 +236,6 @@ + @cp utils/textmode $(bindir) + @echo "savetextmode: Script that saves textmode information used by 'textmode'." + @cp utils/savetextmode $(bindir) +- @echo "mode3: Restore textmode by setting VESA mode 3." +- @cp lrmi-0.6m/mode3 $(bindir) + @echo "Installing keymap utilities in $(bindir):" + @echo "svgakeymap: Perl script that generates scancode conversion maps." + @cp utils/svgakeymap $(bindir) |