Skip to content

Commit

Permalink
Override config.guess and config.sub to make the pkg recognize and build
Browse files Browse the repository at this point in the history
on more systems (e.g. NetBSD 1.6.1/shark).
  • Loading branch information
kristerw committed Aug 2, 2003
1 parent 858a0e0 commit 231488c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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
Expand All @@ -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}
Expand Down

0 comments on commit 231488c

Please sign in to comment.