pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tcptrace Override config.guess and config.sub, to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8ad004e7d0b
branches:  trunk
changeset: 462474:d8ad004e7d0b
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Oct 03 16:15:13 2003 +0000

description:
Override config.guess and config.sub, to make the pkg build on arm.

diffstat:

 net/tcptrace/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ab917cf57f47 -r d8ad004e7d0b net/tcptrace/Makefile
--- a/net/tcptrace/Makefile     Fri Oct 03 15:57:08 2003 +0000
+++ b/net/tcptrace/Makefile     Fri Oct 03 16:15:13 2003 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index