diff options
author | cjep <cjep@pkgsrc.org> | 2004-06-08 12:23:59 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-06-08 12:23:59 +0000 |
commit | f6887a97b1cf54e4589596de7e95eb1ba7b75bdf (patch) | |
tree | d960fbec5319c8cc80876917a459761fde70d4c9 /mail | |
parent | 033d0f34caa9e26fcf65bcbd100e00724250b0f1 (diff) | |
download | pkgsrc-f6887a97b1cf54e4589596de7e95eb1ba7b75bdf.tar.gz |
Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 4 | ||||
-rw-r--r-- | mail/solid-pop3d/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index 9caa275e654..e929dd46d10 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2004/04/25 01:12:39 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2004/06/08 12:23:59 cjep Exp $ DISTNAME= cyrus-imapd-2.0.17 PKGREVISION= 3 @@ -16,6 +16,8 @@ GNU_CONFIGURE= YES PERL5_CONFIGURE= NO AUTOCONF_REQD= 2.13 +BUILD_DEFS+= USE_INET6 + USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL diff --git a/mail/solid-pop3d/Makefile b/mail/solid-pop3d/Makefile index 0e73f98dc24..6b5c147d82c 100644 --- a/mail/solid-pop3d/Makefile +++ b/mail/solid-pop3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/12 16:54:45 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2004/06/08 12:23:59 cjep Exp $ DISTNAME= solid-pop3d-0.15 CATEGORIES= mail @@ -19,6 +19,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-logextend \ --enable-statistics +BUILD_DEFS+= USE_INET6 + .if defined(SPOP3D_ENABLE_APOP) CONFIGURE_ARGS+= --enable-apop PLIST_SRC+= ${.CURDIR}/PLIST.apop |