From 2dea247f6bc464e336798a17d20eebad15f7f5e0 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 3 Mar 2013 14:42:15 +0000 Subject: [PATCH] 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. --- lib/libedit/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 1c6e52c38160..d8ae64681960 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -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