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

(-)app-misc/mc/mc-4.6.0-r8.ebuild.orig (-5 / +8 lines)
Lines 12-18 Link Here
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~ia64 ~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~amd64"
14
KEYWORDS="~ia64 ~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~amd64"
15
IUSE="gpm nls samba ncurses X slang"
15
IUSE="gpm nls samba ncurses X slang afs kerberos"
16
16
17
DEPEND=">=sys-fs/e2fsprogs-1.19
17
DEPEND=">=sys-fs/e2fsprogs-1.19
18
	ncurses? ( >=sys-libs/ncurses-5.2-r5 )
18
	ncurses? ( >=sys-libs/ncurses-5.2-r5 )
Lines 56-65 Link Here
56
56
57
	myconf="${myconf} `use_with X x`"
57
	myconf="${myconf} `use_with X x`"
58
58
59
	use samba \
59
	if use samba; then
60
	    && myconf="${myconf} --with-samba --with-configdir=/etc/samba
60
	    myconf="${myconf} --with-samba --with-configdir=/etc/samba 
61
				--with-codepagedir=/var/lib/samba/codepages --with-privatedir=/etc/samba/private" \
61
			--with-codepagedir=/var/lib/samba/codepages --with-privatedir=/etc/samba/private"
62
	    || myconf="${myconf} --without-samba"
62
	    ( use afs && use kerberos ) && CFLAGS="${CFLAGS} -I/usr/include/heimdal -I/usr/include/et"
63
	else
64
	    myconf="${myconf} --without-samba"
65
	fi
63
66
64
	econf \
67
	econf \
65
	    --with-vfs \
68
	    --with-vfs \

Return to bug 53540