From 0191e6e088fd407d1ea3ea99b40b127dcef6f979 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sat, 2 Aug 2003 18:17:44 +0000 Subject: Override config.guess and config.sub to make the pkg recognize and build on more systems (e.g. NetBSD 1.6.1/shark). --- devel/cscope/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/cscope/Makefile') diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile index 30701b1e4a1..a4d3ae10434 100644 --- a/devel/cscope/Makefile +++ b/devel/cscope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2003/07/21 16:43:17 martti Exp $ +# $NetBSD: Makefile,v 1.27 2003/08/02 18:17:44 kristerw Exp $ # DISTNAME= cscope-15.4 @@ -11,6 +11,8 @@ HOMEPAGE= http://cscope.sourceforge.net/ COMMENT= Interactive C program browser GNU_CONFIGURE= YES +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub USE_BUILDLINK2= YES CONFIGURE_ARGS+= --with-ncurses=${BUILDLINK_PREFIX.ncurses} -- cgit v1.2.3