From ff0f4d1afd365d2e29c75bd8e6bcdd54f5818dec Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 24 Nov 2002 19:55:37 +0000 Subject: Update makefile to use CONFIG_SUB_OVERRIDE and CONFIG_GUESS_OVERRIDE. This is needed so fetchmail properly detects shark and cats as arm boxen. Note it does mean that we now give warnings about missing, but there's no glue in mk/bsd.pkg.mk to link the gnu-config/missing into a package. Maybe there should be. Tested on shark, cats and i386. --- mail/fetchmail/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index d7da14d8d0e..2e59680f9f1 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2002/11/06 18:39:54 frueauf Exp $ +# $NetBSD: Makefile,v 1.122 2002/11/24 19:55:37 chris Exp $ DISTNAME= fetchmail-6.1.2 CATEGORIES= mail @@ -15,6 +15,8 @@ BUILD_USES_MSGFMT= YES USE_BUILDLINK2= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-hesiod +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub BUILD_DEFS+= USE_INET6 LDFLAGS+= ${CFLAGS} -- cgit v1.2.3