1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/svgalib/files/patch-ae
Maxim Sobolev c01aa3135c 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.
2000-08-25 09:08:01 +00:00

21 lines
791 B
Plaintext

--- 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)