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

(-)a/ypbind-1.19.1-r1.ebuild (+9 lines)
Lines 2-7 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-nds/ypbind/ypbind-1.19.1-r1.ebuild,v 1.5 2008/11/20 21:20:36 jer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r1.ebuild,v 1.5 2008/11/20 21:20:36 jer Exp $
4
4
5
inherit autotools
6
5
MY_P=${PN}-mt-${PV}
7
MY_P=${PN}-mt-${PV}
6
S="${WORKDIR}/${MY_P}"
8
S="${WORKDIR}/${MY_P}"
7
9
Lines 20-25 Link Here
20
DEPEND="${RDEPEND}
22
DEPEND="${RDEPEND}
21
	nls? ( sys-devel/gettext )"
23
	nls? ( sys-devel/gettext )"
22
24
25
src_unpack() {
26
	unpack ${A}
27
	cd "${S}"
28
	sed -i -e '/^INSTALL_PROGRAM/s/ -s / /' src/Makefile.am || die "Failed to remove strip flag from upstream Makefile.am"
29
	eautoreconf
30
}
31
23
src_compile() {
32
src_compile() {
24
	econf $(use_enable nls) $(use_enable slp)
33
	econf $(use_enable nls) $(use_enable slp)
25
	emake || die "emake failed"
34
	emake || die "emake failed"

Return to bug 252024