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

(-)daapd-0.2.4.ebuild (-4 / +4 lines)
Lines 23-33 DEPEND="sys-libs/zlib Link Here
23
23
24
src_unpack() {
24
src_unpack() {
25
	unpack ${A}
25
	unpack ${A}
26
	epatch ${FILESDIR}/${P}-gentoo.patch
27
28
	cd ${S}
26
	cd ${S}
29
	if ! use howl; then
27
	epatch ${FILESDIR}/${PN}-0.2.4-gentoo.patch
30
		sed -ie 's/HOWL_ENABLE = 1/HOWL_ENABLE = 0/g' makefile
28
29
	if use howl; then
30
		sed -ie 's/HOWL_ENABLE = 0/HOWL_ENABLE = 1/g' makefile
31
	fi
31
	fi
32
32
33
	if ! use mpeg4; then
33
	if ! use mpeg4; then

Return to bug 101656