File tig-fix-build.diff of Package tig
--- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ RPM_VERLIST = $(filter-out g% dirty,$(su RPM_VERSION = $(word 1,$(RPM_VERLIST)) RPM_RELEASE = $(word 2,$(RPM_VERLIST))$(if $(WTDIRTY),.dirty) -LDLIBS ?= -lcurses +LDLIBS ?= -lncurses CFLAGS ?= -Wall -O2 DFLAGS = -g -DDEBUG -Werror PROGS = tig