pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/readline Add Interix-*-* to _INCOMPAT_READLINE b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e31c4d8761f1
branches:  trunk
changeset: 481996:e31c4d8761f1
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Oct 16 17:13:34 2004 +0000

description:
Add Interix-*-* to _INCOMPAT_READLINE because libedit of Interix doesn't
provide any readline functions.  Noted by HIRAMATSU Yoshifumi in
PR pkg/27275.

diffstat:

 devel/readline/builtin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 13eb6962e9a1 -r e31c4d8761f1 devel/readline/builtin.mk
--- a/devel/readline/builtin.mk Sat Oct 16 15:20:01 2004 +0000
+++ b/devel/readline/builtin.mk Sat Oct 16 17:13:34 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.6 2004/07/13 01:20:32 danw Exp $
+# $NetBSD: builtin.mk,v 1.7 2004/10/16 17:13:34 minskim Exp $
 
 _READLINE_H=           /usr/include/readline.h
 _READLINE_READLINE_H=  /usr/include/readline/readline.h
@@ -89,7 +89,7 @@
 .    if !empty(_BLNK_LIBREADLINE_FOUND:M[nN][oO]) && \
         !empty(_BLNK_LIBEDIT_FOUND:M[yY][eE][sS])
 USE_BUILTIN.readline=  yes
-_INCOMPAT_READLINE?=   SunOS-*-* Darwin-*-*
+_INCOMPAT_READLINE?=   SunOS-*-* Darwin-*-* Interix-*-*
 .      for _pattern_ in ${_INCOMPAT_READLINE} ${INCOMPAT_READLINE}
 .        if !empty(MACHINE_PLATFORM:M${_pattern_})
 USE_BUILTIN.readline=  no



Home | Main Index | Thread Index | Old Index