summaryrefslogtreecommitdiffstats
path: root/lib/libedit
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2013-03-03 14:42:15 +0000
committerjilles <jilles@FreeBSD.org>2013-03-03 14:42:15 +0000
commitcdf1d3d688584ca9b767e352829c6491bad55402 (patch)
tree94fed798354a70feb8d2d98b52a4a8aa13ed22bd /lib/libedit
parent12a0d12e98a778065f432a14c07437bcc8c34871 (diff)
downloadFreeBSD-src-cdf1d3d688584ca9b767e352829c6491bad55402.zip
FreeBSD-src-cdf1d3d688584ca9b767e352829c6491bad55402.tar.gz
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.
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index 1c6e52c..d8ae646 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
OpenPOWER on IntegriCloud