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
This commit is contained in:
Marcin Juszkiewicz 2008-05-23 14:08:41 +00:00
parent 10f85ff8d5
commit 27e194b714
2 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1,18 @@
---
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

View File

@ -3,9 +3,11 @@ HOMEPAGE = "http://www.mega-nerd.com/libsndfile"
AUTHOR = "Erik de Castro Lopo"
SECTION = "libs/multimedia"
LICENSE = "LGPL"
PR = "r0"
PR = "r1"
SRC_URI = "http://www.mega-nerd.com/libsndfile/libsndfile-${PV}.tar.gz \
file://add-cxx.patch;patch=1"
SRC_URI = "http://www.mega-nerd.com/libsndfile/libsndfile-${PV}.tar.gz"
S = "${WORKDIR}/libsndfile-${PV}"
inherit autotools lib_package pkgconfig