diff options
author | itojun <itojun@pkgsrc.org> | 1999-07-07 23:28:12 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 1999-07-07 23:28:12 +0000 |
commit | 739ddefaba4ceb895b352db29049de61cbd3bd16 (patch) | |
tree | 90a1bb7fd9836f0e32649557aee1e59e5c03ea5c /mail/fetchmail/Makefile | |
parent | facdf66b288756701575e89d8f5c221517be2314 (diff) | |
download | pkgsrc-739ddefaba4ceb895b352db29049de61cbd3bd16.tar.gz |
enable IPv6-ready build on USE_INET6.
commit approved by maintainer.
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index f05ee62aeaf..7a9cfb9c102 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 1999/07/02 15:20:23 frueauf Exp $ +# $NetBSD: Makefile,v 1.46 1999/07/07 23:28:12 itojun Exp $ # DISTNAME= fetchmail-5.0.5 @@ -21,6 +21,9 @@ CONFIGURE_ENV= LDFLAGS="${CFLAGS}" CONFIGURE_ARGS+=--with-kerberos=yes RESTRICTED= uses Kerberos encryption code .endif +.if defined(USE_INET6) +CONFIGURE_ARGS+=--enable-inet6 +.endif FDOC= ${PREFIX}/share/doc/fetchmail |