From 8d9728f909a30279a3421532dedc3b8c3c25b491 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 24 Jan 2004 18:34:20 +0000 Subject: Fix builds of alsa-oss and alsa-utils when using automake 1.8 (which is more picky). BKrev: 4012baacJsnuuWqXUxf5nEtyTxAIPQ --- alsa-oss/alsa-oss-0.9.8/m4.patch | 0 alsa-oss/alsa-oss_0.9.8.oe | 3 ++- alsa-utils/alsa-utils-0.9.8/autotools.patch | 0 alsa-utils/alsa-utils-0.9.8/m4.patch | 0 alsa-utils/alsa-utils_0.9.8.oe | 4 +++- 5 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 alsa-oss/alsa-oss-0.9.8/m4.patch create mode 100644 alsa-utils/alsa-utils-0.9.8/autotools.patch create mode 100644 alsa-utils/alsa-utils-0.9.8/m4.patch diff --git a/alsa-oss/alsa-oss-0.9.8/m4.patch b/alsa-oss/alsa-oss-0.9.8/m4.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/alsa-oss/alsa-oss_0.9.8.oe b/alsa-oss/alsa-oss_0.9.8.oe index dd7868beac..aa366654b2 100644 --- a/alsa-oss/alsa-oss_0.9.8.oe +++ b/alsa-oss/alsa-oss_0.9.8.oe @@ -4,7 +4,8 @@ LICENSE="GPL" DEPENDS="virtual/libc alsa-lib" SRC_URI="ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \ - file://${FILESDIR}/configure.patch" + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/m4.patch;patch=1" inherit autotools libtool diff --git a/alsa-utils/alsa-utils-0.9.8/autotools.patch b/alsa-utils/alsa-utils-0.9.8/autotools.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/alsa-utils/alsa-utils-0.9.8/m4.patch b/alsa-utils/alsa-utils-0.9.8/m4.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/alsa-utils/alsa-utils_0.9.8.oe b/alsa-utils/alsa-utils_0.9.8.oe index 8ae86cd5b6..1e23e13131 100644 --- a/alsa-utils/alsa-utils_0.9.8.oe +++ b/alsa-utils/alsa-utils_0.9.8.oe @@ -3,6 +3,8 @@ MAINTAINER="Lorn Potter " LICENSE="GPL" DEPENDS="virtual/libc" -SRC_URI="ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2" +SRC_URI="ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ + file://${FILESDIR}/autotools.patch;patch=1 \ + file://${FILESDIR}/m4.patch;patch=1" inherit autotools -- cgit 1.2.3-korg