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:
jperkin 2013-08-16 11:31:50 +00:00
parent 9f03834141
commit 9989c7d0a3

View file

@ -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}