parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit ca8b38ec9d8186ed000d5a340b172a19433ccdb9
parent c31346eac4ba33fcaf6ecf33ef414fb4dc58c169
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 19 May 2020 03:04:20 +0200

net-misc/sacc: Update for ncursesw.

Diffstat:
Mnet-misc/sacc/sacc-9999.ebuild | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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