1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/svgalib/files/patch-ag
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

13 lines
466 B
Plaintext

diff -druN svgalib-1.4.2.orig/src/joystick/joydev.h src/joystick/joydev.h
--- svgalib-1.4.2.orig/src/joystick/joydev.h Fri Aug 25 04:39:39 2000
+++ src/joystick/joydev.h Fri Aug 25 04:39:57 2000
@@ -1,6 +1,6 @@
-#include <linux/version.h>
+/*#include <linux/version.h>*/
-#if ( LINUX_VESION_CODE >= 131584)
+#if 0 /*( LINUX_VESION_CODE >= 131584) */
#include <linux/joystick.h>
#else
/* Joystick interface modeled after svgalibs keyboard and mouse interfaces