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

(-)mt-daapd-0.2.1.1.ebuild.orig (-3 / +2 lines)
Lines 32-45 Link Here
32
32
33
	# howl support?
33
	# howl support?
34
	if use howl; then
34
	if use howl; then
35
		myconf="--enable-howl --with-howl-libs=/usr/lib --disable-mdns"
35
		myconf="${myconf} --with-howl-libs=/usr/lib"
36
		myconf="${myconf} --with-howl-includes=/usr/include/howl/"
36
		myconf="${myconf} --with-howl-includes=/usr/include/howl/"
37
	else
38
		myconf="--disable-howl"
39
	fi
37
	fi
40
38
41
	econf \
39
	econf \
42
		$(use_enable vorbis oggvorbis) \
40
		$(use_enable vorbis oggvorbis) \
41
		$(use_enable howl) \
43
		${myconf} || die "configure failed"
42
		${myconf} || die "configure failed"
44
	emake || die "make failed"
43
	emake || die "make failed"
45
}
44
}

Return to bug 94899