Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 328513
Collapse All | Expand All

(-)a/net-misc/asterisk/asterisk-1.6.1.20.ebuild (+11 lines)
Lines 44-49 DEPEND="${RDEPEND} Link Here
44
	!net-misc/asterisk-chan_unistim
44
	!net-misc/asterisk-chan_unistim
45
	!net-misc/zaptel"
45
	!net-misc/zaptel"
46
46
47
PDEPEND="net-misc/asterisk-core-sounds
48
	net-misc/asterisk-extra-sounds
49
	net-misc/asterisk-moh-opsound"
50
47
S="${WORKDIR}/${MY_P}"
51
S="${WORKDIR}/${MY_P}"
48
52
49
PATCHES=(
53
PATCHES=(
Lines 147-152 src_configure() { Link Here
147
		$(use_with vorbis) || die "econf failed"
151
		$(use_with vorbis) || die "econf failed"
148
152
149
	#
153
	#
154
	# blank out sounds/sounds.xml file to prevent
155
	# asterisk from installing sounds files (we pull them in via
156
	# asterisk-{core,extra}-sounds and asterisk-moh-opsound.
157
	#
158
	>${S}/sounds/sounds.xml
159
160
	#
150
	# custom module filter
161
	# custom module filter
151
	# run menuselect to evaluate the list of modules
162
	# run menuselect to evaluate the list of modules
152
	# and rewrite the list afterwards
163
	# and rewrite the list afterwards

Return to bug 328513