diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-31 18:06:09 +0800 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-31 18:06:09 +0800 |
commit | 90983e3b4629aa160d9d3f7358a9759ec732e733 (patch) | |
tree | 7a952268d73df0f77df2d14695aca927b29f19a7 /devel/sdl12/files | |
parent | ea391e9662c375b9c819c8c629d8af1dc79467e1 (diff) | |
download | freebsd-ports-gnome-90983e3b4629aa160d9d3f7358a9759ec732e733.tar.gz freebsd-ports-gnome-90983e3b4629aa160d9d3f7358a9759ec732e733.tar.zst freebsd-ports-gnome-90983e3b4629aa160d9d3f7358a9759ec732e733.zip |
Several improvements and cleanups:
- add svgalib support (tested with C&T65554);
- make it USE_LIBTOOL;
- remove spaces between `@' and `$' in targets.
Diffstat (limited to 'devel/sdl12/files')
-rw-r--r-- | devel/sdl12/files/patch-ac | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/devel/sdl12/files/patch-ac b/devel/sdl12/files/patch-ac index 46e9710143bc..93bba165c6ad 100644 --- a/devel/sdl12/files/patch-ac +++ b/devel/sdl12/files/patch-ac @@ -1,5 +1,5 @@ --- configure.orig Fri Aug 4 22:23:00 2000 -+++ configure Mon Aug 7 15:44:03 2000 ++++ configure Fri Aug 25 06:50:42 2000 @@ -603,7 +603,7 @@ SDL_MAJOR_VERSION=1 SDL_MINOR_VERSION=1 @@ -30,3 +30,20 @@ # Check whether --enable-audio or --disable-audio was given. +@@ -4448,8 +4448,6 @@ + #include <vga.h> + #include <vgamouse.h> + #include <vgakeyboard.h> +- #include <linux/kd.h> +- #include <linux/keyboard.h> + + int main() { + +@@ -5166,6 +5164,7 @@ + CheckESD + CheckX11 + CheckAAlib ++ CheckSVGA + CheckOpenGL + CheckPTHREAD + # Set up files for the main() stub |