diff options
author | kristerw <kristerw> | 2003-12-12 21:35:24 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2003-12-12 21:35:24 +0000 |
commit | bab1c58d6e48b6424770d35faf3d88bccb579344 (patch) | |
tree | 7b41c3d0740a2c10d84f239c216bb198248cc3f5 /net | |
parent | b92a5fed6b77d9e843246fb3d758fca27927dfbc (diff) | |
download | pkgsrc-bab1c58d6e48b6424770d35faf3d88bccb579344.tar.gz |
Override config.sub and config.guess to let it recognize shark.
Diffstat (limited to 'net')
-rw-r--r-- | net/xorp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile index 0821edc8678..9ecf40396ae 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/12/03 22:14:46 kristerw Exp $ +# $NetBSD: Makefile,v 1.5 2003/12/12 21:35:24 kristerw Exp $ # DISTNAME= xorp-0.3 @@ -16,5 +16,7 @@ HAS_CONFIGURE= YES GNU_CONFIGURE= YES USE_GMAKE= YES CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR} +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/cli/libtecla/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/cli/libtecla/config.sub .include "../../mk/bsd.pkg.mk" |