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

10 lines
248 B
Text

--- demos/accel.c.orig Fri Aug 25 06:13:16 2000
+++ demos/accel.c Fri Aug 25 06:13:30 2000
@@ -12,7 +12,6 @@
#include <unistd.h>
#include <time.h>
#include <math.h>
-#include <alloca.h>
#include <string.h>
#include "vga.h"
#include "vgagl.h"