aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mpg321/mpg321/libao.m4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mpg321/mpg321/libao.m4.patch')
-rw-r--r--recipes/mpg321/mpg321/libao.m4.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/mpg321/mpg321/libao.m4.patch b/recipes/mpg321/mpg321/libao.m4.patch
new file mode 100644
index 0000000000..a0f7dd4895
--- /dev/null
+++ b/recipes/mpg321/mpg321/libao.m4.patch
@@ -0,0 +1,11 @@
+--- mpg321-0.2.10/configure.ac.orig 2002-03-24 06:02:28 +0100
++++ mpg321-0.2.10/configure.ac 2004-10-23 16:49:38 +0200
+@@ -34,7 +34,7 @@
+
+ LIBS="$LIBS -lz"
+
+-AM_PATH_AO(,AC_MSG_ERROR(libao needed!))
++XIPH_PATH_AO(,AC_MSG_ERROR(libao needed!))
+
+ CFLAGS="$CFLAGS $AO_CFLAGS"
+ LIBS="$LIBS $AO_LIBS"