net-misc/sacc: Support text UI. - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 4b36a8118a7b7f690e57c453a233a84b8967c1d6
DIR parent 556b83cd18d7025ed6daf85b8e4a43965aa63fda
HTML Author: parazyd <parazyd@dyne.org>
Date: Sat, 24 Feb 2018 16:42:26 +0100
net-misc/sacc: Support text UI.
Diffstat:
M net-misc/sacc/sacc-9999.ebuild | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/net-misc/sacc/sacc-9999.ebuild b/net-misc/sacc/sacc-9999.ebuild
@@ -23,6 +23,8 @@ src_prepare() {
if use ncurses; then
echo "UI=ti" >> config.mk
echo "LIBS=-lcurses" >> config.mk
+ else
+ sed -e 's/LIBS=.*/UI=txt/' -i config.mk
fi
restore_config config.h