summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorsnj <snj>2004-03-20 06:02:59 +0000
committersnj <snj>2004-03-20 06:02:59 +0000
commit910e1f851a2a68ac89b0f0de4da8ea24da16d3dd (patch)
treeae4b5e709413af5719db1cf2002d0064b2fbcf9e /mail
parent8218332e6254fe62ad094966fb21d79647123031 (diff)
downloadpkgsrc-910e1f851a2a68ac89b0f0de4da8ea24da16d3dd.tar.gz
Fix build on sparc64 with gcc2. Correct a spelling error.
Diffstat (limited to 'mail')
-rw-r--r--mail/dovecot/DESCR2
-rw-r--r--mail/dovecot/Makefile5
2 files changed, 5 insertions, 2 deletions
diff --git a/mail/dovecot/DESCR b/mail/dovecot/DESCR
index 97208f93fc9..9a53607315e 100644
--- a/mail/dovecot/DESCR
+++ b/mail/dovecot/DESCR
@@ -1,3 +1,3 @@
Dovecot is a secure and compact IMAP/POP3 server which is in the early stages
-of developement. It supports Maildirs and mbox formats and much of the IMAP
+of development. It supports Maildirs and mbox formats and much of the IMAP
v4 protocol including SSL/TLS. IPv6 support is also included.
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index 5369e548b6d..6e8357453d3 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/03/01 15:19:41 jmmv Exp $
+# $NetBSD: Makefile,v 1.16 2004/03/20 06:02:59 snj Exp $
DISTNAME= dovecot-0.99.10.4
PKGREVISION= 1
@@ -22,6 +22,9 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --localstatedir=/var
CONFIGURE_ARGS+= --with-ssldir=${SSLCERTS}
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+= F77=${FALSE}
+
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= DOVECOT_USE_GNUTLS DOVECOT_USE_PGSQL \