summaryrefslogtreecommitdiffstats
path: root/meta-openmoko/packages/libsndfile/files
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-05-23 14:08:41 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-05-23 14:08:41 +0000
commit27e194b71491a1c40fa2b37b966a7a671f68b4d0 (patch)
tree69b813b800624e579ed7730b93d9ac7f91fb495a /meta-openmoko/packages/libsndfile/files
parent10f85ff8d5b382cf7e5d09d52e6a800d31f00d6c (diff)
downloadpoky-27e194b71491a1c40fa2b37b966a7a671f68b4d0.tar.gz
libsndfile: there are c++ files in sources - fix configure.ac
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4548 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-openmoko/packages/libsndfile/files')
-rw-r--r--meta-openmoko/packages/libsndfile/files/add-cxx.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openmoko/packages/libsndfile/files/add-cxx.patch b/meta-openmoko/packages/libsndfile/files/add-cxx.patch
new file mode 100644
index 0000000000..da0c4010e6
--- /dev/null
+++ b/meta-openmoko/packages/libsndfile/files/add-cxx.patch
@@ -0,0 +1,18 @@
1---
2 configure.ac | 1 +
3 1 file changed, 1 insertion(+)
4
5--- libsndfile-1.0.17.orig/configure.ac
6+++ libsndfile-1.0.17/configure.ac
7@@ -29,10 +29,11 @@ AC_LANG([C])
8 # to 0.
9
10 SHARED_VERSION_INFO="1:17:0"
11
12 AC_PROG_CC
13+AC_PROG_CXX
14 AM_PROG_LIBTOOL
15
16 AC_CHECK_PROG(autogen, autogen, yes, no)
17
18 AC_PROG_INSTALL