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

Collapse All | Expand All

(-)/usr/portage/net-misc/netkit-rsh/netkit-rsh-0.17-r5.ebuild (-2 / +4 lines)
Lines 16-22 Link Here
16
KEYWORDS="x86 sparc ppc alpha mips amd64 ppc64"
16
KEYWORDS="x86 sparc ppc alpha mips amd64 ppc64"
17
17
18
DEPEND=">=sys-libs/ncurses-5.2
18
DEPEND=">=sys-libs/ncurses-5.2
19
	>=sys-libs/pam-0.72"
19
	pam? ( >=sys-libs/pam-0.72 )"
20
20
21
src_unpack() {
21
src_unpack() {
22
	unpack ${A} ; cd ${S}
22
	unpack ${A} ; cd ${S}
Lines 24-30 Link Here
24
}
24
}
25
25
26
src_compile() {
26
src_compile() {
27
	./configure || die
27
	local myconf
28
	use pam || myconf="--without-pam"
29
	./configure ${myconf} || die
28
30
29
	cp MCONFIG MCONFIG.orig
31
	cp MCONFIG MCONFIG.orig
30
	sed -e "s:-pipe -O2:${CFLAGS}:" \
32
	sed -e "s:-pipe -O2:${CFLAGS}:" \

Return to bug 56503