mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
ade661fb42
- add svgalib support (tested with C&T65554); - make it USE_LIBTOOL; - remove spaces between `@' and `$' in targets; - decrease amount of tabs used to make variables indentation from 2 to 1.
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
--- src/video/svga/SDL_svgavideo.c 2000/08/29 19:51:53 1.1
|
|
+++ src/video/svga/SDL_svgavideo.c 2000/08/29 19:53:18
|
|
@@ -33,7 +33,7 @@
|
|
#include <unistd.h>
|
|
#include <sys/stat.h>
|
|
|
|
-#include <linux/vt.h>
|
|
+#include <sys/consio.h>
|
|
#include <vga.h>
|
|
#include <vgamouse.h>
|
|
#include <vgakeyboard.h>
|