From 041fc758e250a70a19ee2019e82fd9ed7e3b7101 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 11 Nov 2010 15:14:02 -0800 Subject: libsndfile: Upgrade to 1.0.23 Renamed and moved to recipes-multimedia Signed-off-by: Saul Wold --- .../libsndfile/libsndfile1/acincludefix.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch (limited to 'meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch') diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch b/meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch new file mode 100644 index 000000000..46a21c19b --- /dev/null +++ b/meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch @@ -0,0 +1,26 @@ +Fix m4 quoting to avoid an infinite loop in m4 with recent autoconf/automake + +RP 1/2/10 + +Index: libsndfile-1.0.17/acinclude.m4 +=================================================================== +--- libsndfile-1.0.17.orig/acinclude.m4 2010-02-01 14:53:35.517826746 +0000 ++++ libsndfile-1.0.17/acinclude.m4 2010-02-01 14:53:51.409122706 +0000 +@@ -255,7 +255,7 @@ + + ) + ] +- ++[ + if test $ac_cv_c_byte_order = big ; then + ac_cv_c_big_endian=1 + ac_cv_c_little_endian=0 +@@ -272,7 +272,7 @@ + AC_MSG_WARN([[*** src/config.h may need to be hand editied. ]]) + AC_MSG_WARN([[*****************************************************************]]) + fi +- ++] + )# AC_C_FIND_ENDIAN + + -- cgit v1.2.3