diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-03 14:22:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-03 14:22:06 +0000 |
commit | 7ecc05857e7d473d55f003facb672db3d510d066 (patch) | |
tree | 457b1f6dfc10597a6a92b8a70736ca7e08ca02ee /devel/sdl-devel/files/patch-ac | |
parent | Upgrade to Openam 1.0 beta 2 (diff) |
Update to 1.1.7.
Notes
Notes:
svn path=/head/; revision=36647
Diffstat (limited to 'devel/sdl-devel/files/patch-ac')
-rw-r--r-- | devel/sdl-devel/files/patch-ac | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/devel/sdl-devel/files/patch-ac b/devel/sdl-devel/files/patch-ac index 1995e1aec6f8..8e0b1cfa2709 100644 --- a/devel/sdl-devel/files/patch-ac +++ b/devel/sdl-devel/files/patch-ac @@ -1,15 +1,6 @@ ---- configure.orig Tue Oct 3 19:01:18 2000 -+++ configure Thu Oct 5 19:49:53 2000 -@@ -609,7 +609,7 @@ - SDL_MAJOR_VERSION=1 - SDL_MINOR_VERSION=1 - SDL_MICRO_VERSION=6 --SDL_INTERFACE_AGE=1 -+SDL_INTERFACE_AGE=2 - SDL_BINARY_AGE=6 - SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION - -@@ -622,9 +622,9 @@ +--- configure.orig Thu Dec 21 07:02:47 2000 ++++ configure Wed Jan 3 13:37:14 2001 +@@ -630,9 +630,9 @@ # libtool versioning LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION @@ -21,7 +12,7 @@ -@@ -3012,7 +3012,7 @@ +@@ -3022,7 +3022,7 @@ SDL_CFLAGS="" @@ -30,3 +21,18 @@ case "$target" in +@@ -5899,10 +5899,10 @@ + cat >>$new <$old + + # Set up files for the audio library +- if test x$enable_audio = xyes; then +- AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" +- AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la" +- fi ++ #if test x$enable_audio = xyes; then ++ # AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" ++ # AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la" ++ #fi + # Set up files for the joystick library + # (No joystick support yet) + if test x$enable_joystick = xyes; then |