Fix builds of alsa-oss and alsa-utils when using automake 1.8 (which is more picky).
authorChris Larson <clarson@kergoth.com>
Sat, 24 Jan 2004 18:34:20 +0000 (18:34 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 24 Jan 2004 18:34:20 +0000 (18:34 +0000)
BKrev: 4012baacJsnuuWqXUxf5nEtyTxAIPQ

alsa-oss/alsa-oss-0.9.8/m4.patch [new file with mode: 0644]
alsa-oss/alsa-oss_0.9.8.oe
alsa-utils/alsa-utils-0.9.8/autotools.patch [new file with mode: 0644]
alsa-utils/alsa-utils-0.9.8/m4.patch [new file with mode: 0644]
alsa-utils/alsa-utils_0.9.8.oe

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 (file)
index 0000000..e69de29
index dd7868b..aa36665 100644 (file)
@@ -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 (file)
index 0000000..e69de29
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 (file)
index 0000000..e69de29
index 8ae86cd..1e23e13 100644 (file)
@@ -3,6 +3,8 @@ MAINTAINER="Lorn Potter <lpotter@trolltech.com>"
 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