summaryrefslogtreecommitdiff
path: root/devel/readline
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-31 10:00:42 +0000
committergrant <grant@pkgsrc.org>2004-05-31 10:00:42 +0000
commit10f01589bef5fd17bcc824d762bff1a62fc2c6ed (patch)
tree1d9ebedadbfde0d9f48665a827cec693be1fe665 /devel/readline
parent16383194b1dc824f6ea5ccade837ea40a3366079 (diff)
downloadpkgsrc-10f01589bef5fd17bcc824d762bff1a62fc2c6ed.tar.gz
oops; move _READLINE_H and _READLINE_READLINE_H definitions outside
the conditional as they are needed later on.
Diffstat (limited to 'devel/readline')
-rw-r--r--devel/readline/builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/readline/builtin.mk b/devel/readline/builtin.mk
index 4a572474fbc..bab372a5109 100644
--- a/devel/readline/builtin.mk
+++ b/devel/readline/builtin.mk
@@ -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"; \