tFix linking with ncursesw by adding libtinfow. - catpoint - Catpoint simple presenting software.
(HTM) git clone git://r-36.net/catpoint
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit b19ef1df385d16b475416acf29b510f765e29899
(DIR) parent 7f4f52730310c65d30761a75ded86e2d82863298
(HTM) Author: parazyd <parazyd@dyne.org>
Date: Tue, 5 May 2020 10:35:41 +0200
Fix linking with ncursesw by adding libtinfow.
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat:
config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/config.mk b/config.mk
t@@ -8,7 +8,7 @@ PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
# libs
-LIBS = -lncursesw
+LIBS = -lncursesw -ltinfow
# flags
CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os