Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 417289 | Differences between
and this patch

Collapse All | Expand All

(-)alsa-lib-1.0.26.ebuild~ (-2 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.26.ebuild,v 1.2 2012/09/09 08:32:27 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.26.ebuild,v 1.2 2012/09/09 08:32:27 ssuominen Exp $
4
4
5
EAPI=4
5
EAPI=5
6
6
7
PYTHON_DEPEND="python? 2:2.6"
7
PYTHON_DEPEND="python? 2:2.6"
8
8
Lines 30-35 Link Here
30
30
31
src_prepare() {
31
src_prepare() {
32
	epatch "${FILESDIR}"/1.0.25-extraneous-cflags.diff
32
	epatch "${FILESDIR}"/1.0.25-extraneous-cflags.diff
33
	epatch "${FILESDIR}"/1.0.26-multiarch-dlopen.patch
33
	eautoreconf
34
	eautoreconf
34
	epunt_cxx
35
	epunt_cxx
35
}
36
}
Lines 63-69 Link Here
63
src_install() {
64
src_install() {
64
	emake DESTDIR="${D}" install
65
	emake DESTDIR="${D}" install
65
66
66
	prune_libtool_files --all
67
	prune_libtool_files --modules
67
	find "${ED}"/usr/$(get_libdir)/alsa-lib -name '*.a' -exec rm -f {} +
68
	find "${ED}"/usr/$(get_libdir)/alsa-lib -name '*.a' -exec rm -f {} +
68
69
69
	dodoc ChangeLog TODO
70
	dodoc ChangeLog TODO

Return to bug 417289