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