diff options
author | kristerw <kristerw> | 2003-10-03 16:15:13 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2003-10-03 16:15:13 +0000 |
commit | 6533b42b1550c2f7a0367eb1715f34289389753b (patch) | |
tree | aec4974704ddd9916a9a079572deb8eb44b8c9f1 /net | |
parent | fd9e52785afe4e8f10eaab1b8293e1adf8153fc1 (diff) | |
download | pkgsrc-6533b42b1550c2f7a0367eb1715f34289389753b.tar.gz |
Override config.guess and config.sub, to make the pkg build on arm.
Diffstat (limited to 'net')
-rw-r--r-- | net/tcptrace/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index a7f8d65b86a..a65c5aa25fc 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/08/20 08:28:56 grant Exp $ +# $NetBSD: Makefile,v 1.19 2003/10/03 16:15:13 kristerw Exp $ # FreeBSD Id: Makefile,v 1.3 1997/07/19 19:43:36 fenner Exp # @@ -11,6 +11,8 @@ HOMEPAGE= http://www.tcptrace.org/ COMMENT= TCP dump file analysis tool GNU_CONFIGURE= yes +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub USE_BUILDLINK2= yes ALL_TARGET= tcptrace |