ncurses: chase dependency changes in the source tree
Differential Revision: https://reviews.freebsd.org/D32098
This commit is contained in:
@@ -13,7 +13,7 @@ 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
|
||||
|
||||
LIBADD= ncursesw m
|
||||
LIBADD= tinfow ncursesw m
|
||||
|
||||
CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED
|
||||
.PATH: ${DIALOG}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
DIALOG= ${SRCTOP}/contrib/dialog
|
||||
PROG= dialog
|
||||
|
||||
LIBADD= dialog ncursesw m
|
||||
LIBADD= dialog tinfow ncursesw m
|
||||
CFLAGS+= -I${.CURDIR} -I${DIALOG}
|
||||
.PATH: ${DIALOG}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user