aboutsummaryrefslogtreecommitdiff
path: root/devel/libuta/files/patch-aq
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-04-05 19:01:48 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-04-05 19:01:48 +0000
commit22d8d01d044ec4edf35e0158913e5d61cbecffcd (patch)
treec92101fac8d3fc25fc71b4fdfe8cf47001c33e23 /devel/libuta/files/patch-aq
parentdd3a1118073237bf69aa04b2f96c5d9320414a8a (diff)
downloadports-22d8d01d044ec4edf35e0158913e5d61cbecffcd.tar.gz
ports-22d8d01d044ec4edf35e0158913e5d61cbecffcd.zip
Notes
Diffstat (limited to 'devel/libuta/files/patch-aq')
-rw-r--r--devel/libuta/files/patch-aq11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libuta/files/patch-aq b/devel/libuta/files/patch-aq
new file mode 100644
index 000000000000..cdae7ba7b1aa
--- /dev/null
+++ b/devel/libuta/files/patch-aq
@@ -0,0 +1,11 @@
+--- configure.in.orig Sat Mar 31 06:01:00 2001
++++ configure.in Sat Mar 31 06:01:12 2001
+@@ -186,7 +186,7 @@
+ ])
+ AM_CONDITIONAL(SMPEG_AVAILABLE, test x$have_smpeg = xyes)
+
+-AC_CHECK_HEADER(SDL/SDL_mixer.h,AC_CHECK_LIB(SDL_mixer, Mix_SetPostMix, [
++AC_CHECK_HEADER(SDL11/SDL_mixer.h,AC_CHECK_LIB(SDL_mixer, Mix_SetPostMix, [
+ MIXLIBS=-lSDL_mixer
+ AC_DEFINE(HAVE_MIXER)
+ ]))