pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libnids Override config.sub and config.guess to le...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e29f29773ae
branches:  trunk
changeset: 465124:7e29f29773ae
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Dec 21 17:44:36 2003 +0000

description:
Override config.sub and config.guess to let it recognize shark.

diffstat:

 net/libnids/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1311add318ae -r 7e29f29773ae net/libnids/Makefile
--- a/net/libnids/Makefile      Sun Dec 21 17:24:50 2003 +0000
+++ b/net/libnids/Makefile      Sun Dec 21 17:44:36 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/10/28 16:57:00 cube Exp $
+# $NetBSD: Makefile,v 1.11 2003/12/21 17:44:36 kristerw Exp $
 # $FreeBSD: ports/net/libnids/Makefile,v 1.5 2000/04/24 07:42:58 kris Exp $
 #
 
@@ -13,6 +13,9 @@
 USE_BUILDLINK2=        yes
 GNU_CONFIGURE= yes
 
+CONFIG_GUESS_OVERRIDE=         ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE=           ${WRKSRC}/config.sub
+
 BUILDLINK_DEPMETHOD.libnet=    build
 BUILDLINK_DEPMETHOD.libpcap=   build
 



Home | Main Index | Thread Index | Old Index