summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorkristerw <kristerw>2003-12-12 21:35:24 +0000
committerkristerw <kristerw>2003-12-12 21:35:24 +0000
commit5d00d7ec1a52f2d710a32014acf608b02a5b58ad (patch)
tree7b41c3d0740a2c10d84f239c216bb198248cc3f5 /net
parent60ca3caff2d0e6a4d8ea32da44c7c0d902f1a308 (diff)
downloadpkgsrc-5d00d7ec1a52f2d710a32014acf608b02a5b58ad.tar.gz
Override config.sub and config.guess to let it recognize shark.
Diffstat (limited to 'net')
-rw-r--r--net/xorp/Makefile4
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"