mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
c01aa3135c
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.
13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
diff -druN svgalib-1.4.2.orig/src/libvga.h src/libvga.h
|
|
--- svgalib-1.4.2.orig/src/libvga.h Fri Aug 25 04:39:39 2000
|
|
+++ src/libvga.h Fri Aug 25 04:39:57 2000
|
|
@@ -358,7 +358,7 @@
|
|
|
|
#else
|
|
|
|
-#define SVGALIB_ACQUIRE_SIG SIGUNUSED
|
|
+#define SVGALIB_ACQUIRE_SIG SIGUSR2
|
|
#define SVGALIB_RELEASE_SIG SIGPROF
|
|
|
|
#endif
|