commit 784da2eb63697fff18243c3c1f0e3432b4240c69
parent 7f4f52730310c65d30761a75ded86e2d82863298
Author: Christoph Lohmann <20h@r-36.net>
Date: Tue, 5 May 2020 13:13:42 +0200
Make config.mk for tinfo and ncurses separation possible.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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