aboutsummaryrefslogtreecommitdiff
path: root/devel/sdl12/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-03 14:22:06 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-03 14:22:06 +0000
commit7ecc05857e7d473d55f003facb672db3d510d066 (patch)
tree457b1f6dfc10597a6a92b8a70736ca7e08ca02ee /devel/sdl12/files
parenta39475e9c5f657f64ef1ae53397427ce5e3dfb5a (diff)
downloadports-7ecc05857e7d473d55f003facb672db3d510d066.tar.gz
ports-7ecc05857e7d473d55f003facb672db3d510d066.zip
Update to 1.1.7.
Notes
Notes: svn path=/head/; revision=36647
Diffstat (limited to 'devel/sdl12/files')
-rw-r--r--devel/sdl12/files/patch-ac32
-rw-r--r--devel/sdl12/files/patch-src_audio_SDL__audio.c11
2 files changed, 30 insertions, 13 deletions
diff --git a/devel/sdl12/files/patch-ac b/devel/sdl12/files/patch-ac
index 1995e1aec6f8..8e0b1cfa2709 100644
--- a/devel/sdl12/files/patch-ac
+++ b/devel/sdl12/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/sdl12/files/patch-src_audio_SDL__audio.c b/devel/sdl12/files/patch-src_audio_SDL__audio.c
new file mode 100644
index 000000000000..bec914983b26
--- /dev/null
+++ b/devel/sdl12/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