Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix linking with ncursesw by adding libtinfow. - catpoint - Catpoint simple pre…
git clone git://bitreich.org/catpoint/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrin…
Log
Files
Refs
Tags
README
LICENSE
---
commit b19ef1df385d16b475416acf29b510f765e29899
parent 7f4f52730310c65d30761a75ded86e2d82863298
Author: parazyd <[email protected]>
Date: Tue, 5 May 2020 10:35:41 +0200
Fix linking with ncursesw by adding libtinfow.
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.mk b/config.mk
@@ -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
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.