summaryrefslogtreecommitdiff
path: root/devel/sdl10/files/patch-ao
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-08-31 16:07:07 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-08-31 16:07:07 +0000
commitade661fb42eb4040a86dfdd810bc7960ea643f7f (patch)
treeb1e140c9428fa6aea0b80cbc6a2248bc94873c81 /devel/sdl10/files/patch-ao
parentUpdate to 0.14.5. (diff)
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.
Diffstat (limited to '')
-rw-r--r--devel/sdl10/files/patch-ao11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/sdl10/files/patch-ao b/devel/sdl10/files/patch-ao
new file mode 100644
index 000000000000..d4826b4a9384
--- /dev/null
+++ b/devel/sdl10/files/patch-ao
@@ -0,0 +1,11 @@
+--- 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>