Change READLINE_DEFAULT to 'readline' if not using a builtin implementation,
there is just too much breakage with editline currently and most of the advantages of editline are lost when not using a builtin version.
This commit is contained in:
parent
9f03834141
commit
9989c7d0a3
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: readline.buildlink3.mk,v 1.3 2013/07/19 14:35:37 ryoon Exp $
|
||||
# $NetBSD: readline.buildlink3.mk,v 1.4 2013/08/16 11:31:50 jperkin Exp $
|
||||
#
|
||||
# This Makefile fragment is meant to be included by packages that require
|
||||
# any readline implementation instead of one particular one. The available
|
||||
|
@ -48,10 +48,9 @@ READLINE_DEFAULT?= editline
|
|||
!empty(IS_BUILTIN.readline:M[Yy][Ee][Ss])
|
||||
READLINE_DEFAULT?= readline
|
||||
.else
|
||||
READLINE_DEFAULT?= editline
|
||||
READLINE_DEFAULT?= readline
|
||||
.endif
|
||||
|
||||
|
||||
_READLINE_ACCEPTED= ${_READLINE_PKGS} # both are provided by pkgsrc.
|
||||
|
||||
_READLINE_TYPE= ${READLINE_DEFAULT}
|
||||
|
|
Loading…
Reference in a new issue