View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/net-misc/netkit-rsh/netkit-rsh-0.17-r5.ebuild (-3 / +4 lines)
 Lines 15-22    Link Here 
LICENSE="BSD"
LICENSE="BSD"
KEYWORDS="x86 sparc ppc alpha mips amd64 ppc64"
KEYWORDS="x86 sparc ppc alpha mips amd64 ppc64"
DEPEND=">=sys-libs/ncurses-5.2
DEPEND=">=sys-libs/ncurses-5.2"
	>=sys-libs/pam-0.72"
src_unpack() {
src_unpack() {
	unpack ${A} ; cd ${S}
	unpack ${A} ; cd ${S}
 Lines 24-30    Link Here 
}
}
src_compile() {
src_compile() {
	./configure || die
	local myconf
	use pam || myconf="--without-pam"
	./configure ${myconf} || die
	cp MCONFIG MCONFIG.orig
	cp MCONFIG MCONFIG.orig
	sed -e "s:-pipe -O2:${CFLAGS}:" \
	sed -e "s:-pipe -O2:${CFLAGS}:" \