summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch')
-rw-r--r--meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch b/meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch
new file mode 100644
index 0000000000..46a21c19be
--- /dev/null
+++ b/meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch
@@ -0,0 +1,26 @@
1Fix m4 quoting to avoid an infinite loop in m4 with recent autoconf/automake
2
3RP 1/2/10
4
5Index: libsndfile-1.0.17/acinclude.m4
6===================================================================
7--- libsndfile-1.0.17.orig/acinclude.m4 2010-02-01 14:53:35.517826746 +0000
8+++ libsndfile-1.0.17/acinclude.m4 2010-02-01 14:53:51.409122706 +0000
9@@ -255,7 +255,7 @@
10
11 )
12 ]
13-
14+[
15 if test $ac_cv_c_byte_order = big ; then
16 ac_cv_c_big_endian=1
17 ac_cv_c_little_endian=0
18@@ -272,7 +272,7 @@
19 AC_MSG_WARN([[*** src/config.h may need to be hand editied. ]])
20 AC_MSG_WARN([[*****************************************************************]])
21 fi
22-
23+]
24 )# AC_C_FIND_ENDIAN
25
26