diff options
author | chris <chris@pkgsrc.org> | 2004-01-10 15:20:37 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2004-01-10 15:20:37 +0000 |
commit | 7aeaf3cbda8d40b11d2103425968e2535f20e06b (patch) | |
tree | 86835285f6a6ddaf5c1ad95efe1087f0b05bd95e /mail | |
parent | 3f2f920bfb21022dc8aee3181a40724f6c9c9292 (diff) | |
download | pkgsrc-7aeaf3cbda8d40b11d2103425968e2535f20e06b.tar.gz |
Add CYRUS_DB_RECOMMENDED and CYRUS_USE_INET6 to the BUILD_DEFS, so they're
listed during the build.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd21/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/cyrus-imapd21/Makefile b/mail/cyrus-imapd21/Makefile index cc874452362..43f8e3a9c96 100644 --- a/mail/cyrus-imapd21/Makefile +++ b/mail/cyrus-imapd21/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/11/12 03:39:40 jschauma Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/10 15:20:37 chris Exp $ DISTNAME= cyrus-imapd-2.1.15 PKGREVISION= 2 @@ -22,6 +22,7 @@ INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL .include "../../mk/bsd.prefs.mk" +BUILD_DEFS+= CYRUS_USE_INET6 .if defined(CYRUS_USE_INET6) && ${CYRUS_USE_INET6} == "YES" PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ PATCHFILES= ${DISTNAME}-ipv6-20030819.diff.gz @@ -52,6 +53,7 @@ CONFIGURE_ARGS+= --enable-netscapehack CONFIGURE_ARGS+= --with-perl=${PERL5} # Follow the recommended methods for database types to use: +BUILD_DEFS+= CYRUS_DB_RECOMMENDED .if defined(CYRUS_DB_RECOMMENDED) CONFIGURE_ARGS+= --with-duplicate-db=db3_nosync CONFIGURE_ARGS+= --with-mboxlist-db=skiplist |