Override config.guess and config.sub, to make the pkg build on arm.
This commit is contained in:
parent
48570d06b5
commit
64a04c06c3
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue