pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/readline oops; move _READLINE_H and _READLINE_RE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e5aad7211ad
branches:  trunk
changeset: 475972:7e5aad7211ad
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon May 31 10:00:42 2004 +0000

description:
oops; move _READLINE_H and _READLINE_READLINE_H definitions outside
the conditional as they are needed later on.

diffstat:

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

diffs (15 lines):

diff -r ef13cf5dc467 -r 7e5aad7211ad devel/readline/builtin.mk
--- a/devel/readline/builtin.mk Mon May 31 09:55:36 2004 +0000
+++ b/devel/readline/builtin.mk Mon May 31 10:00:42 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: builtin.mk,v 1.4 2004/05/31 09:55:36 grant Exp $
+# $NetBSD: builtin.mk,v 1.5 2004/05/31 10:00:42 grant Exp $
 
-.if !defined(_BLNK_LIBREADLINE_FOUND)
 _READLINE_H=           /usr/include/readline.h
 _READLINE_READLINE_H=  /usr/include/readline/readline.h
 
+.if !defined(_BLNK_LIBREADLINE_FOUND)
 _BLNK_LIBREADLINE_FOUND!=      \
        if [ "`${ECHO} /usr/lib/libreadline.*`" = "/usr/lib/libreadline.*" ]; then \
                ${ECHO} "no";                                           \



Home | Main Index | Thread Index | Old Index