aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sdl_mixer/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sdl_mixer/files/patch-ab')
-rw-r--r--audio/sdl_mixer/files/patch-ab31
1 files changed, 19 insertions, 12 deletions
diff --git a/audio/sdl_mixer/files/patch-ab b/audio/sdl_mixer/files/patch-ab
index 70ebf4d1cde0..d26414b04a3b 100644
--- a/audio/sdl_mixer/files/patch-ab
+++ b/audio/sdl_mixer/files/patch-ab
@@ -1,13 +1,20 @@
---- configure.orig Sat Mar 4 05:36:35 2000
-+++ configure Sat Aug 12 16:43:06 2000
-@@ -2232,8 +2232,8 @@
- fi
+
+$FreeBSD$
+
+--- configure 2001/01/29 18:39:52 1.1
++++ configure 2001/01/29 18:40:15
+@@ -560,10 +560,10 @@
+ # set BINARY_AGE and INTERFACE_AGE to 0.
+
+ MAJOR_VERSION=1
+-MINOR_VERSION=1
+-MICRO_VERSION=0
+-INTERFACE_AGE=0
+-BINARY_AGE=0
++MINOR_VERSION=0
++MICRO_VERSION=6
++INTERFACE_AGE=4
++BINARY_AGE=6
+ VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
+
- if test x$enable_music_mod = xyes; then
-- CFLAGS="$CFLAGS -DMOD_MUSIC -I\$(top_srcdir)/mikmod"
-- MUSIC_SUBDIRS="$MUSIC_SUBDIRS mikmod"
-+ CFLAGS="$CFLAGS -DMOD_MUSIC"
-+# MUSIC_SUBDIRS="$MUSIC_SUBDIRS mikmod"
- fi
- # Check whether --enable-music-midi or --disable-music-midi was given.
- if test "${enable_music_midi+set}" = set; then