mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
libedit: Revert r247683 to fix buildworld.
I think r247683 is wrong because libedit.so actually uses symbols from libcurses.so. Since it breaks the build, revert it now.
This commit is contained in:
parent
579ed7bd05
commit
2dea247f6b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247713
@ -11,6 +11,7 @@ OSRCS= chared.c common.c el.c emacs.c fcns.c filecomplete.c help.c \
|
||||
parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c
|
||||
|
||||
DPADD= ${LIBNCURSES}
|
||||
LDADD= -lncurses
|
||||
|
||||
MAN= editline.3 editrc.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user