esound: clean configure of 0.36 a bit
authorKoen Kooi <koen@openembedded.org>
Mon, 2 Jun 2008 15:05:48 +0000 (15:05 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 2 Jun 2008 15:05:48 +0000 (15:05 +0000)
packages/esound/esound_0.2.36.bb
packages/esound/files/configure-fix.patch [new file with mode: 0644]

index 4f06811..388b52c 100644 (file)
@@ -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 (file)
index 0000000..8fdc35a
--- /dev/null
@@ -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