svn commit: r247713 - head/lib/libedit

Jilles Tjoelker jilles at FreeBSD.org
Sun Mar 3 14:42:16 UTC 2013


Author: jilles
Date: Sun Mar  3 14:42:15 2013
New Revision: 247713
URL: http://svnweb.freebsd.org/changeset/base/247713

Log:
  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.

Modified:
  head/lib/libedit/Makefile

Modified: head/lib/libedit/Makefile
==============================================================================
--- head/lib/libedit/Makefile	Sun Mar  3 14:05:03 2013	(r247712)
+++ head/lib/libedit/Makefile	Sun Mar  3 14:42:15 2013	(r247713)
@@ -11,6 +11,7 @@ OSRCS=	chared.c common.c el.c emacs.c fc
 	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
 


More information about the svn-src-all mailing list