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

Collapse All | Expand All

(-)a/net-im/jabberd/jabberd-1.6.1.1.ebuild (-1 / +3 lines)
Lines 2-8 Link Here
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-im/jabberd/jabberd-1.4.4-r3.ebuild,v 1.17 2008/05/21 18:55:06 dev-zero Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-im/jabberd/jabberd-1.4.4-r3.ebuild,v 1.17 2008/05/21 18:55:06 dev-zero Exp $
4
4
5
inherit eutils
5
WANT_AUTOMAKE="1.9"
6
inherit autotools eutils
6
7
7
DESCRIPTION="Open-source Jabber server"
8
DESCRIPTION="Open-source Jabber server"
8
HOMEPAGE="http://www.jabber.org"
9
HOMEPAGE="http://www.jabber.org"
Lines 45-50 src_unpack() { Link Here
45
	epatch "${FILESDIR}/${P}-sandbox.patch"
46
	epatch "${FILESDIR}/${P}-sandbox.patch"
46
	epatch "${FILESDIR}/${P}-parallel-make.patch"
47
	epatch "${FILESDIR}/${P}-parallel-make.patch"
47
48
49
	eautoreconf || die "Reconfiguring autotools failed!"
48
}
50
}
49
51
50
src_compile() {
52
src_compile() {

Return to bug 228021