diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-25 09:08:01 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-25 09:08:01 +0000 |
| commit | c01aa3135c7bda7ee8486ef74553bf92f737ed7e (patch) | |
| tree | 4775fee249e4a42f3513bc328299d6b4ac94dfa8 /graphics/svgalib/files/patch-ac | |
| parent | MFC (diff) | |
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.
Notes
Notes:
svn path=/head/; revision=31953
Diffstat (limited to 'graphics/svgalib/files/patch-ac')
| -rw-r--r-- | graphics/svgalib/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/svgalib/files/patch-ac b/graphics/svgalib/files/patch-ac new file mode 100644 index 000000000000..129486dd7cb6 --- /dev/null +++ b/graphics/svgalib/files/patch-ac @@ -0,0 +1,10 @@ +--- gl/inlstring.h.orig Fri Aug 25 05:11:26 2000 ++++ gl/inlstring.h Fri Aug 25 05:11:36 2000 +@@ -1,6 +1,6 @@ + /* Based on functions in linux/string.h */ + +-#include <linux/types.h> /* for size_t */ ++#include <sys/types.h> /* for size_t */ + + #if defined(__alpha__) || defined (NO_ASSEMBLY) + |
