mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
90983e3b46
- add svgalib support (tested with C&T65554); - make it USE_LIBTOOL; - remove spaces between `@' and `$' in targets.
50 lines
1.1 KiB
Plaintext
50 lines
1.1 KiB
Plaintext
--- configure.orig Fri Aug 4 22:23:00 2000
|
|
+++ configure Fri Aug 25 06:50:42 2000
|
|
@@ -603,7 +603,7 @@
|
|
SDL_MAJOR_VERSION=1
|
|
SDL_MINOR_VERSION=1
|
|
SDL_MICRO_VERSION=4
|
|
-SDL_INTERFACE_AGE=1
|
|
+SDL_INTERFACE_AGE=2
|
|
SDL_BINARY_AGE=4
|
|
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
|
|
|
|
@@ -616,9 +616,9 @@
|
|
|
|
# libtool versioning
|
|
LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
|
|
-LT_CURRENT=`expr $SDL_MICRO_VERSION - $SDL_INTERFACE_AGE`
|
|
+LT_CURRENT=$SDL_INTERFACE_AGE
|
|
LT_REVISION=$SDL_INTERFACE_AGE
|
|
-LT_AGE=`expr $SDL_BINARY_AGE - $SDL_INTERFACE_AGE`
|
|
+LT_AGE=$SDL_INTERFACE_AGE
|
|
|
|
|
|
|
|
@@ -2685,7 +2685,7 @@
|
|
|
|
|
|
SDL_CFLAGS=""
|
|
-SDL_LIBS="-lSDL"
|
|
+SDL_LIBS="-lSDL-1.1"
|
|
|
|
|
|
# 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
|