freebsd-ports/graphics/svgalib/files/patch-ap
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

11 lines
355 B
Text

--- utils/Makefile.orig Fri Aug 25 05:31:18 2000
+++ utils/Makefile Fri Aug 25 05:31:23 2000
@@ -15,7 +15,7 @@
CFLAGS = $(WARN) $(OPTIMIZE) -I../include
#Use the next one for the Alpha/AXP if you need it
-#LDFLAGS = -L../staticlib
+LDFLAGS = -L../sharedlib
LIBS = -lvga -lm
#----------------------------------------------------------------------