diff options
author | kristerw <kristerw> | 2003-08-02 18:17:44 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2003-08-02 18:17:44 +0000 |
commit | 0191e6e088fd407d1ea3ea99b40b127dcef6f979 (patch) | |
tree | 87ab2134f639f8e48a38df859915f577fc0ab57f /devel/cscope/Makefile | |
parent | ab2c80f3f375dc2df5d97daa2b8c311590086b69 (diff) | |
download | pkgsrc-0191e6e088fd407d1ea3ea99b40b127dcef6f979.tar.gz |
Override config.guess and config.sub to make the pkg recognize and build
on more systems (e.g. NetBSD 1.6.1/shark).
Diffstat (limited to 'devel/cscope/Makefile')
-rw-r--r-- | devel/cscope/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} |