summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorchris <chris@pkgsrc.org>2002-11-24 19:55:37 +0000
committerchris <chris@pkgsrc.org>2002-11-24 19:55:37 +0000
commitff0f4d1afd365d2e29c75bd8e6bcdd54f5818dec (patch)
tree26a2af9961665e5aeb6a9e694f7018876b00a48c /mail
parent4006d1403a40a5e274442a2ef3cc172007762406 (diff)
downloadpkgsrc-ff0f4d1afd365d2e29c75bd8e6bcdd54f5818dec.tar.gz
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.
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmail/Makefile4
1 files changed, 3 insertions, 1 deletions
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}