From 18916eadbf15261b7462f7da95eaeea4a8a94e21 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sat, 21 May 2022 13:41:52 +0200 Subject: Make ncurses default again --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c0c2225..475d5e3 100755 --- a/Makefile +++ b/Makefile @@ -8,7 +8,10 @@ OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.o vchat-tls.o vchat-connection.o -LIBS = -lncursesw +# On FreeBSD you might want to link -ncursesw +LIBS = -lncurses +#LIBS = -lncursesw + LIBS += -lreadline CFLAGS += -Wall -Os -- cgit v1.2.3