diff options
Diffstat (limited to 'devel/sdl-devel/files')
-rw-r--r-- | devel/sdl-devel/files/patch-ac | 32 | ||||
-rw-r--r-- | devel/sdl-devel/files/patch-src_audio_SDL__audio.c | 11 |
2 files changed, 30 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 diff --git a/devel/sdl-devel/files/patch-src_audio_SDL__audio.c b/devel/sdl-devel/files/patch-src_audio_SDL__audio.c new file mode 100644 index 000000000000..bec914983b26 --- /dev/null +++ b/devel/sdl-devel/files/patch-src_audio_SDL__audio.c @@ -0,0 +1,11 @@ +--- src/audio/SDL_audio.c 2001/01/03 11:25:01 1.1 ++++ src/audio/SDL_audio.c 2001/01/03 11:25:24 +@@ -41,7 +41,7 @@ + + /* Available audio drivers */ + static AudioBootStrap *bootstrap[] = { +-#if defined(unix) && !defined(linux) ++#if defined(unix) && !defined(linux) && !defined(__FreeBSD__) + &AUDIO_bootstrap, + #endif + #ifdef OSS_SUPPORT |