From 77164e95e9f85cb787a6d740a36ce0324a0ad662 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 31 Jan 2016 13:38:50 +0000 Subject: editors/biew: document ncurses requirement (USES+=ncurses) Also make it actually link with ncurses, not termlib approved by: infrastructure blanket --- editors/biew/files/patch-configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/biew/files') diff --git a/editors/biew/files/patch-configure b/editors/biew/files/patch-configure index b62d2908ec45..6cfb26525c02 100644 --- a/editors/biew/files/patch-configure +++ b/editors/biew/files/patch-configure @@ -52,7 +52,7 @@ check_header slang.h enabled slang_h && _cdefos="-D_SLANG_ -D__OS_NAME__='\"Unix/Slang\"' $_cdefos" - enabled slang_h && _oslibs="-lslang $_oslibs" || disable _slang -+ enabled slang_h && _oslibs="-lslang -ltermcap $_oslibs" || disable _slang ++ enabled slang_h && _oslibs="-lslang -lncurses $_oslibs" || disable _slang echores "$slang_h" fi - if enabled _curses -a disabled _slang; then -- cgit v1.2.3