From 47c872f48f6408198e847973bd623b2ba87796ec Mon Sep 17 00:00:00 2001 From: "henryk@ploetzli.ch" Date: Fri, 28 Aug 2009 00:35:27 +0000 Subject: [PATCH] termcap is deprecated and doesn't seem to be needed anyway --- linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Makefile b/linux/Makefile index 062d3812..10839128 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -1,4 +1,4 @@ -LDFLAGS = -ltermcap -lusb -lreadline -lpthread -L/opt/local/lib +LDFLAGS = -lusb -lreadline -lpthread -L/opt/local/lib CFLAGS = -I. -I/opt/local/include -Wall -Wno-unused-function CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall -- 2.39.2