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

Collapse All | Expand All

(-)asterisk-1.2.21.1-r1.ebuild (-4 / +3 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
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/net-misc/asterisk/asterisk-1.2.21.1-r1.ebuild,v 1.5 2008/02/21 18:14:20 welp Exp $
3
# $Header: $
4
4
5
inherit eutils multilib toolchain-funcs
5
inherit eutils multilib toolchain-funcs
6
6
Lines 8-15 Link Here
8
	nosamples odbc osp postgres pri speex sqlite ssl zaptel \
8
	nosamples odbc osp postgres pri speex sqlite ssl zaptel \
9
	elibc_uclibc"
9
	elibc_uclibc"
10
10
11
BRI_VERSION="0.3.0-PRE-1y-h"
11
BRI_VERSION="0.3.0-PRE-1y-p"
12
AST_PATCHES="1.2.21.1-patches-1.1"
12
AST_PATCHES="1.2.26.2-patches-1.0"
13
JB_PATCHES="1.2.11-jb"
13
JB_PATCHES="1.2.11-jb"
14
14
15
MY_P="${P/_p/.}"
15
MY_P="${P/_p/.}"
Lines 234-240 Link Here
234
	# Re-enable at your own risk (no USE since it can be critical)
234
	# Re-enable at your own risk (no USE since it can be critical)
235
	#
235
	#
236
	sed -i -e 's/pbx_ael.so//' pbx/Makefile || die
236
	sed -i -e 's/pbx_ael.so//' pbx/Makefile || die
237
238
}
237
}
239
238
240
src_compile() {
239
src_compile() {

Return to bug 212306