Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 6795

Summary: Midnight Commander refuses to use ncurses and samba
Product: Gentoo Linux Reporter: Tom Prado <tprado>
Component: New packagesAssignee: Michael M Nazaroff (RETIRED) <naz>
Status: RESOLVED FIXED    
Severity: normal CC: kevin
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch to add ncurses to midnight commander ebuild & fix samba support.

Description Tom Prado 2002-08-20 16:01:03 UTC
This patch adds ncurses as a dependancy and adds --with-ncurses to ${myconf} should ncurses be enabled in /etc/make.conf. ncurses support takes precedence over slang support.

added: use samba && myconf="${myconf} --with-samba" and removed the one in "use samba && (" because it wasn't being set (it was out of scope).

remove LDFLAGS="-lcrypt -lncurses" from configure line.
Comment 1 Tom Prado 2002-08-20 16:08:27 UTC
Created attachment 3241 [details, diff]
patch to add ncurses to midnight commander ebuild & fix samba support.
Comment 2 Michael M Nazaroff (RETIRED) gentoo-dev 2002-08-23 12:51:18 UTC
I applied your patch, thanx alot for the help.

Naz