OpenBSD ships GNU readline with integrated libhistory. Use the
transformation framework to handle it. Reported and tested by Brad Knotwell. Thanks to the OpenBSD guys on the other side of the room for the clarification.
This commit is contained in:
parent
8049ff8481
commit
a1d4b9e70a
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: builtin.mk,v 1.14 2006/04/06 06:21:55 reed Exp $
|
||||
# $NetBSD: builtin.mk,v 1.15 2006/12/29 15:11:20 joerg Exp $
|
||||
|
||||
BUILTIN_PKG:= readline
|
||||
|
||||
|
@ -107,7 +107,9 @@ CHECK_BUILTIN.readline?= no
|
|||
.if !empty(CHECK_BUILTIN.readline:M[nN][oO])
|
||||
|
||||
. if !empty(USE_BUILTIN.readline:M[yY][eE][sS])
|
||||
. if !empty(BUILTIN_LIB_FOUND.readline:M[nN][oO]) && \
|
||||
. if !empty(BUILTIN_LIB_FOUND.readline:M[Yy][Ee][Ss]) && ${OPSYS} == "OpenBSD"
|
||||
BUILDLINK_TRANSFORM+= l:history:readline:termcap
|
||||
. elif !empty(BUILTIN_LIB_FOUND.readline:M[nN][oO]) && \
|
||||
!empty(BUILTIN_LIB_FOUND.edit:M[yY][eE][sS])
|
||||
BUILDLINK_TRANSFORM+= l:history:edit:termcap
|
||||
BUILDLINK_TRANSFORM+= l:readline:edit:termcap
|
||||
|
|
Loading…
Reference in a new issue