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

Collapse All | Expand All

(-)darkice-0.18.1.ebuild (+6 lines)
Lines 20-25 Link Here
20
	alsa? ( >=media-libs/alsa-lib-1.0.0 )
20
	alsa? ( >=media-libs/alsa-lib-1.0.0 )
21
	jack? ( media-sound/jack-audio-connection-kit )"
21
	jack? ( media-sound/jack-audio-connection-kit )"
22
22
23
src_unpack() {
24
	unpack "${A}"
25
	cd "${S}"
26
	epatch "${FILESDIR}/${P}-gcc4.3.patch"
27
}
28
23
src_compile() {
29
src_compile() {
24
	if ! use encode && ! use vorbis && ! use aac && ! use twolame
30
	if ! use encode && ! use vorbis && ! use aac && ! use twolame
25
	then
31
	then

Return to bug 214773