net-misc/sacc: Update for ncursesw. - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit ca8b38ec9d8186ed000d5a340b172a19433ccdb9
DIR parent c31346eac4ba33fcaf6ecf33ef414fb4dc58c169
HTML Author: parazyd <parazyd@dyne.org>
Date: Tue, 19 May 2020 03:04:20 +0200
net-misc/sacc: Update for ncursesw.
Diffstat:
M net-misc/sacc/sacc-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/net-misc/sacc/sacc-9999.ebuild b/net-misc/sacc/sacc-9999.ebuild
@@ -22,7 +22,7 @@ src_prepare() {
if use ncurses; then
echo "UI=ti" >> config.mk
- echo "LIBS=-lcurses" >> config.mk
+ echo "LIBS=-lncurses -ltinfow" >> config.mk
else
sed -e 's/LIBS=.*/UI=txt/' -i config.mk
fi