diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-24 18:34:20 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-24 18:34:20 +0000 |
commit | 8d9728f909a30279a3421532dedc3b8c3c25b491 (patch) | |
tree | 7d5f5ffa615ec75ca0b6a2acd55d4d8afe2ba608 /alsa-utils/alsa-utils_0.9.8.oe | |
parent | b2c59922b002eb88ceb2bdf2b02505a73603b564 (diff) |
Fix builds of alsa-oss and alsa-utils when using automake 1.8 (which is more picky).
BKrev: 4012baacJsnuuWqXUxf5nEtyTxAIPQ
Diffstat (limited to 'alsa-utils/alsa-utils_0.9.8.oe')
-rw-r--r-- | alsa-utils/alsa-utils_0.9.8.oe | 4 |
1 files changed, 3 insertions, 1 deletions
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 <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 |