Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6795 - Midnight Commander refuses to use ncurses and samba
Summary: Midnight Commander refuses to use ncurses and samba
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michael M Nazaroff (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-20 16:01 UTC by Tom Prado
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to add ncurses to midnight commander ebuild & fix samba support. (mc-4.5.55-r5.ebuild.ncurses.patch,1.56 KB, patch)
2002-08-20 16:08 UTC, Tom Prado
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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