Re: missing line drawing in latest freebsd port



On Fri, 12 Dec 2008, Viktor Ć tujber wrote:

The exact procedure on freebsd is to set these two options:
[ ] UTF8    Build with UTF8 support
[ ] SLANG    Build with SLang library

Then, according to the following chunk of the makefile,
..if defined(WITH_UTF8)
LIB_DEPENDS+=   slang.2:${PORTSDIR}/devel/libslang2
CONFIGURE_ARGS+=--with-screen-slang
CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib
..elif !defined(WITH_SLANG) && (defined(WITHOUT_SLANG) || defined(MINIMAL))
CONFIGURE_ARGS+=--with-screen=ncurses
..else
CONFIGURE_ARGS+=--with-screen=mcslang
..endif

FreeBSD has ncursesw also - does mc have a configure-check for that?

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]