From 784da2eb63697fff18243c3c1f0e3432b4240c69 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Tue, 5 May 2020 13:13:42 +0200 Subject: [PATCH] Make config.mk for tinfo and ncurses separation possible. --- config.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.mk b/config.mk index 36b74ac..219a19c 100644 --- a/config.mk +++ b/config.mk @@ -9,6 +9,8 @@ MANPREFIX = ${PREFIX}/share/man # libs LIBS = -lncursesw +# Gentoo +#LIBS = -lncursesw -ltinfow # flags CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os