pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cdecl This needs GNU readline, for rl_completion...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c6232c273c78
branches: trunk
changeset: 508936:c6232c273c78
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Feb 28 17:41:43 2006 +0000
description:
This needs GNU readline, for rl_completion_matches (build fix).
diffstat:
devel/cdecl/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 106c5ab04125 -r c6232c273c78 devel/cdecl/Makefile
--- a/devel/cdecl/Makefile Tue Feb 28 17:41:21 2006 +0000
+++ b/devel/cdecl/Makefile Tue Feb 28 17:41:43 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/04/11 21:45:18 tv Exp $
+# $NetBSD: Makefile,v 1.20 2006/02/28 17:41:43 wiz Exp $
#
DISTNAME= cdecl-2.5
@@ -13,6 +13,8 @@
COMMENT= Utility to explain and compose C and C++ declarations
BUILD_TARGET= cdecl
+# missing rl_completion_matches
+USE_GNU_READLINE= yes
EGDIR= ${PREFIX}/share/examples/cdecl
Home |
Main Index |
Thread Index |
Old Index