aboutsummaryrefslogtreecommitdiffstats
path: root/packages/esound
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-06-02 15:05:48 +0000
committerKoen Kooi <koen@openembedded.org>2008-06-02 15:05:48 +0000
commitab4c379259186eddf278338100eff781518d1cbe (patch)
treeb4f30e190005e9b37ce9d8a92a933a66d5ec7acd /packages/esound
parent664b1d8a441fcf86278dd9b5f7b9d80b8cfb7d2b (diff)
downloadopenembedded-ab4c379259186eddf278338100eff781518d1cbe.tar.gz
esound: clean configure of 0.36 a bit
Diffstat (limited to 'packages/esound')
-rw-r--r--packages/esound/esound_0.2.36.bb6
-rw-r--r--packages/esound/files/configure-fix.patch10
2 files changed, 14 insertions, 2 deletions
diff --git a/packages/esound/esound_0.2.36.bb b/packages/esound/esound_0.2.36.bb
index 4f068113d5..388b52c7e3 100644
--- a/packages/esound/esound_0.2.36.bb
+++ b/packages/esound/esound_0.2.36.bb
@@ -3,12 +3,14 @@ SECTION = "gpe/base"
LICENSE = "GPL"
DEPENDS = "audiofile"
PE = "1"
-PR = "r2"
+PR = "r3"
inherit gnome binconfig
SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.36.tar.bz2 \
- file://no-docs.patch;patch=1"
+ https://launchpad.net/ubuntu/breezy/+source/esound/0.2.36-1ubuntu5/+files/esound_0.2.36-1ubuntu5.diff.gz;patch=1 \
+ file://no-docs.patch;patch=1 \
+ file://configure-fix.patch;patch=1"
EXTRA_OECONF = " \
--disable-alsa \
diff --git a/packages/esound/files/configure-fix.patch b/packages/esound/files/configure-fix.patch
new file mode 100644
index 0000000000..8fdc35ad5e
--- /dev/null
+++ b/packages/esound/files/configure-fix.patch
@@ -0,0 +1,10 @@
+--- /tmp/configure.ac 2008-06-02 16:46:55.640793306 +0200
++++ esound-0.2.36/configure.ac 2008-06-02 16:47:26.030793494 +0200
+@@ -29,6 +29,7 @@
+ AC_SUBST(pkgdocdir)
+
+ AC_PROG_CC
++AC_PROG_CXX
+ AC_PROG_CPP
+ AC_LIBTOOL_WIN32_DLL
+ AM_PROG_LIBTOOL