diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-31 16:07:07 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-31 16:07:07 +0000 |
commit | ade661fb42eb4040a86dfdd810bc7960ea643f7f (patch) | |
tree | b1e140c9428fa6aea0b80cbc6a2248bc94873c81 /devel/sdl10/files/patch-ao | |
parent | Update 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-ao | 11 |
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> |