libdialog has to be linked to libncursesw and libm
This commit is contained in:
parent
6df8a71067
commit
4032b02a60
@ -13,6 +13,9 @@ SRCS= argv.c arrows.c buildlist.c buttons.c calendar.c checklist.c \
|
||||
INCS= dialog.h dlg_colors.h dlg_config.h dlg_keys.h
|
||||
MAN= dialog.3
|
||||
|
||||
DPADD= ${LIBNCURSESW} ${LIBM}
|
||||
LDADD= -lncursesw -lm
|
||||
|
||||
CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED -DGCC_UNUSED=__unused
|
||||
.PATH: ${DIALOG}
|
||||
WARNS?= 1
|
||||
|
Loading…
Reference in New Issue
Block a user