diff options
author | chris <chris> | 2002-11-24 19:55:37 +0000 |
---|---|---|
committer | chris <chris> | 2002-11-24 19:55:37 +0000 |
commit | 7bca56ba74627f5ca84ebb04f2c57a03e9a26cd0 (patch) | |
tree | 26a2af9961665e5aeb6a9e694f7018876b00a48c /mail/fetchmail/Makefile | |
parent | 406069f39f191fcd037561dd07a7d2d731c21617 (diff) | |
download | pkgsrc-7bca56ba74627f5ca84ebb04f2c57a03e9a26cd0.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/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
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} |