Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2013 02:11:04 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r247683 - head/lib/libedit
Message-ID:  <201303030211.r232B4RR039202@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Sun Mar  3 02:11:03 2013
New Revision: 247683
URL: http://svnweb.freebsd.org/changeset/base/247683

Log:
  libedit does not need to be linked with ncurses
  
  libedit uses the terminfo headers but doesn't really need
  to be linked with ncurses.
  
  Discussed with:		christos@NetBSD
  MFC after;		3 days

Modified:
  head/lib/libedit/Makefile

Modified: head/lib/libedit/Makefile
==============================================================================
--- head/lib/libedit/Makefile	Sun Mar  3 01:36:31 2013	(r247682)
+++ head/lib/libedit/Makefile	Sun Mar  3 02:11:03 2013	(r247683)
@@ -11,7 +11,6 @@ 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303030211.r232B4RR039202>