mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Since tmux doesn't actually need ncurses, use -lcurses/curses.h
instead. Pointed out by millert a while ago.
This commit is contained in:
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
|
||||
CDIAGFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare
|
||||
CDIAGFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
|
||||
|
||||
LDADD= -lutil -lncurses
|
||||
LDADD= -lutil -lcurses
|
||||
DPADD= ${LIBUTIL}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Reference in New Issue
Block a user