1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/devel/sdl/files/patch-ao
Maxim Sobolev ade661fb42 Sync with latest changes in sdl-devel port:
- 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.
2000-08-31 16:07:07 +00:00

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>