diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-25 09:08:01 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-25 09:08:01 +0000 |
commit | d47b4286f6d384c28641e10837f8e8665d5dfd12 (patch) | |
tree | 2529589e8f36e3a86bc197dbb09bd318ef5b1dfd /graphics/svgalib/files/patch-at | |
parent | 091ffe7db8c1427611c2c397a402cc5e64da73c5 (diff) | |
download | FreeBSD-ports-d47b4286f6d384c28641e10837f8e8665d5dfd12.zip FreeBSD-ports-d47b4286f6d384c28641e10837f8e8665d5dfd12.tar.gz |
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.
Diffstat (limited to 'graphics/svgalib/files/patch-at')
-rw-r--r-- | graphics/svgalib/files/patch-at | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/svgalib/files/patch-at b/graphics/svgalib/files/patch-at new file mode 100644 index 0000000..95555e3 --- /dev/null +++ b/graphics/svgalib/files/patch-at @@ -0,0 +1,11 @@ +--- demos/forktest.c.orig Fri Aug 25 06:13:58 2000 ++++ demos/forktest.c Fri Aug 25 06:14:15 2000 +@@ -18,7 +18,7 @@ + SIGTRAP, SIGIOT, SIGBUS, SIGFPE, + SIGSEGV, SIGPIPE, SIGALRM, SIGTERM, + SIGXCPU, SIGXFSZ, SIGVTALRM, +- SIGPROF, SIGPWR}; ++ SIGPROF, SIGUSR1}; + + + static int newcolor(void) |