diff options
Diffstat (limited to 'media-libs/alsa-lib/alsa-lib-1.0.10_rc3.ebuild')
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.10_rc3.ebuild | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.10_rc3.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.10_rc3.ebuild index bb5b268b0f75..252caf27c102 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.10_rc3.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.10_rc3.ebuild @@ -1,8 +1,8 @@ # 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.10_rc3.ebuild,v 1.1 2005/11/08 12:19:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.10_rc3.ebuild,v 1.2 2005/11/10 11:57:53 flameeyes Exp $ -inherit eutils +inherit eutils autotools MY_P="${P/_rc/rc}" S="${WORKDIR}/${MY_P}" @@ -25,6 +25,15 @@ DEPEND="${RDEPEND} PDEPEND="jack? ( =media-plugins/alsa-jack-${PV/_rc*/}* )" +src_unpack() { + unpack ${A} + cd ${S} + epatch "${FILESDIR}/${P}-hardened.patch" + epatch "${FILESDIR}/${P}-test.patch" + + eautoreconf +} + src_compile() { # needed to avoid gcc looping internaly use hppa && export CFLAGS="-O1 -pipe" |