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

12 lines
356 B
Text

diff -druN svgalib-1.4.2.orig/src/et6000.c src/et6000.c
--- svgalib-1.4.2.orig/src/et6000.c Fri Aug 25 04:39:39 2000
+++ src/et6000.c Fri Aug 25 04:39:57 2000
@@ -10,7 +10,7 @@
#include "vga.h"
#include "libvga.h"
#include "driver.h"
-#include <linux/pci.h>
+/*#include <linux/pci.h>*/
#include "timing.h"
#include "interface.h"
#include "vgaregs.h"