diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-11-11 15:14:02 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-18 13:30:24 -0800 |
commit | 041fc758e250a70a19ee2019e82fd9ed7e3b7101 (patch) | |
tree | e2c6961cde91e31e927b8eee5048d4a7ba94b197 /meta/recipes-multimedia/libsndfile/libsndfile1/add-cxx.patch | |
parent | 48c8100cc161fcc932a92a92637304796c623f3d (diff) | |
download | poky-041fc758e250a70a19ee2019e82fd9ed7e3b7101.tar.gz |
libsndfile: Upgrade to 1.0.23
Renamed and moved to recipes-multimedia
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/libsndfile/libsndfile1/add-cxx.patch')
-rw-r--r-- | meta/recipes-multimedia/libsndfile/libsndfile1/add-cxx.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1/add-cxx.patch b/meta/recipes-multimedia/libsndfile/libsndfile1/add-cxx.patch new file mode 100644 index 0000000000..da0c4010e6 --- /dev/null +++ b/meta/recipes-multimedia/libsndfile/libsndfile1/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 | ||