summaryrefslogtreecommitdiff
path: root/meta/recipes-tbd/libsndfile/libsndfile1/add-cxx.patch
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-11-11 15:14:02 -0800
committerSaul Wold <Saul.Wold@intel.com>2010-11-18 13:30:24 -0800
commit041fc758e250a70a19ee2019e82fd9ed7e3b7101 (patch)
treee2c6961cde91e31e927b8eee5048d4a7ba94b197 /meta/recipes-tbd/libsndfile/libsndfile1/add-cxx.patch
parent48c8100cc161fcc932a92a92637304796c623f3d (diff)
downloadopenembedded-core-041fc758e250a70a19ee2019e82fd9ed7e3b7101.tar.gz
openembedded-core-041fc758e250a70a19ee2019e82fd9ed7e3b7101.tar.bz2
openembedded-core-041fc758e250a70a19ee2019e82fd9ed7e3b7101.tar.xz
openembedded-core-041fc758e250a70a19ee2019e82fd9ed7e3b7101.zip
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-tbd/libsndfile/libsndfile1/add-cxx.patch')
-rw-r--r--meta/recipes-tbd/libsndfile/libsndfile1/add-cxx.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-tbd/libsndfile/libsndfile1/add-cxx.patch b/meta/recipes-tbd/libsndfile/libsndfile1/add-cxx.patch
deleted file mode 100644
index da0c4010e..000000000
--- a/meta/recipes-tbd/libsndfile/libsndfile1/add-cxx.patch
+++ /dev/null
@@ -1,18 +0,0 @@
----
- configure.ac | 1 +
- 1 file changed, 1 insertion(+)
-
---- libsndfile-1.0.17.orig/configure.ac
-+++ libsndfile-1.0.17/configure.ac
-@@ -29,10 +29,11 @@ AC_LANG([C])
- # to 0.
-
- SHARED_VERSION_INFO="1:17:0"
-
- AC_PROG_CC
-+AC_PROG_CXX
- AM_PROG_LIBTOOL
-
- AC_CHECK_PROG(autogen, autogen, yes, no)
-
- AC_PROG_INSTALL