diff options
author | Chris White <chriswhite@gentoo.org> | 2005-03-16 06:36:15 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-03-16 06:36:15 +0000 |
commit | 56a735d75fe4f4e1069f73c5015ae2fb403afa99 (patch) | |
tree | 441861139ba49c45f76510f7e18633a19e44bc6e /media-libs/alsa-lib/alsa-lib-1.0.8.ebuild | |
parent | Cleaned up language choice code. use_multilib -> is_multilib name change for... (diff) | |
download | gentoo-2-56a735d75fe4f4e1069f73c5015ae2fb403afa99.tar.gz gentoo-2-56a735d75fe4f4e1069f73c5015ae2fb403afa99.tar.bz2 gentoo-2-56a735d75fe4f4e1069f73c5015ae2fb403afa99.zip |
Fixed bug #78167 regarding an alsa memory leak in both stable and unstable. Patch should be removed next release.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-libs/alsa-lib/alsa-lib-1.0.8.ebuild')
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.8.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.8.ebuild index 7011c4fb8b73..f62eee6c2501 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.8.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.8.ebuild,v 1.4 2005/03/09 01:40:14 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.8.ebuild,v 1.5 2005/03/16 06:36:15 chriswhite Exp $ IUSE="jack doc" @@ -29,6 +29,7 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-gcc4.patch + epatch ${FILESDIR}/${PN}-mixer.patch } src_compile() { |