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

Collapse All | Expand All

(-)/usr/portage/net-libs/courier-authlib/courier-authlib-0.59.2.ebuild (-1 / +3 lines)
Lines 14-20 Link Here
14
HOMEPAGE="http://www.courier-mta.org/"
14
HOMEPAGE="http://www.courier-mta.org/"
15
LICENSE="GPL-2"
15
LICENSE="GPL-2"
16
SLOT="0"
16
SLOT="0"
17
IUSE="berkdb crypt debug gdbm ldap mysql pam postgres vpopmail"
17
IUSE="berkdb crypt debug gdbm ldap mysql pam postgres vpopmail nocxx"
18
18
19
RESTRICT="userpriv"
19
RESTRICT="userpriv"
20
20
Lines 60-66 Link Here
60
	sed -i -e"s|@@INDENT@@|		|g" authmigrate.in || die "sed failed"
60
	sed -i -e"s|@@INDENT@@|		|g" authmigrate.in || die "sed failed"
61
	sed -i -e"s|\$sbindir/makeuserdb||g" authmigrate.in || die "sed failed"
61
	sed -i -e"s|\$sbindir/makeuserdb||g" authmigrate.in || die "sed failed"
62
62
63
	use nocxx && epatch "${FILESDIR}/${PV}-no-cxx.patch"
63
	eautoreconf
64
	eautoreconf
65
	use nocxx && epunt_cxx
64
}
66
}
65
67
66
src_compile() {
68
src_compile() {

Return to bug 185683