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

Collapse All | Expand All

(-)avahi-0.6.24.ebuild (-2 / +5 lines)
Lines 1-10 Link Here
1
# Copyright 2000-2008 Gentoo Foundation
1
# Copyright 1999-2009 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-dns/avahi/avahi-0.6.24.ebuild,v 1.7 2008/12/22 18:51:28 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.24.ebuild,v 1.7 2008/12/22 18:51:28 armin76 Exp $
4
4
5
EAPI="1"
5
EAPI="1"
6
6
7
inherit eutils mono python multilib
7
inherit autotools eutils mono python multilib
8
8
9
DESCRIPTION="System which facilitates service discovery on a local network"
9
DESCRIPTION="System which facilitates service discovery on a local network"
10
HOMEPAGE="http://avahi.org/"
10
HOMEPAGE="http://avahi.org/"
Lines 111-116 Link Here
111
	use ipv6 && sed -i -e s/use-ipv6=no/use-ipv6=yes/ avahi-daemon/avahi-daemon.conf
111
	use ipv6 && sed -i -e s/use-ipv6=no/use-ipv6=yes/ avahi-daemon/avahi-daemon.conf
112
112
113
	sed -i -e "s:\\.\\./\\.\\./\\.\\./doc/avahi-docs/html/:../../../doc/${PF}/html/:" doxygen_to_devhelp.xsl
113
	sed -i -e "s:\\.\\./\\.\\./\\.\\./doc/avahi-docs/html/:../../../doc/${PF}/html/:" doxygen_to_devhelp.xsl
114
115
	epatch "${FILESDIR}"/${P}-{cmsg_space,libintl}.patch
116
	eautoreconf
114
}
117
}
115
118
116
src_compile() {
119
src_compile() {

Return to bug 184008