mirror of
https://github.com/tmux/tmux.git
synced 2025-01-15 05:09:04 +00:00
unbreak build, okay nicm@
This commit is contained in:
parent
f3e01ecc42
commit
0dc8b7d5d8
2
Makefile
2
Makefile
@ -127,6 +127,8 @@ CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
|
|||||||
CDIAGFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare
|
CDIAGFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare
|
||||||
CDIAGFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
|
CDIAGFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
|
||||||
|
|
||||||
|
CFLAGS += -I${.CURDIR}
|
||||||
|
|
||||||
LDADD= -lutil -lcurses -levent
|
LDADD= -lutil -lcurses -levent
|
||||||
DPADD= ${LIBUTIL} ${LIBCURSES} ${LIBEVENT}
|
DPADD= ${LIBUTIL} ${LIBCURSES} ${LIBEVENT}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user