pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dovecot Fix build on sparc64 with gcc2. Correct ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1850a5a63155
branches: trunk
changeset: 471155:1850a5a63155
user: snj <snj%pkgsrc.org@localhost>
date: Sat Mar 20 06:02:59 2004 +0000
description:
Fix build on sparc64 with gcc2. Correct a spelling error.
diffstat:
mail/dovecot/DESCR | 2 +-
mail/dovecot/Makefile | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 67495da84a1c -r 1850a5a63155 mail/dovecot/DESCR
--- a/mail/dovecot/DESCR Sat Mar 20 05:42:35 2004 +0000
+++ b/mail/dovecot/DESCR Sat Mar 20 06:02:59 2004 +0000
@@ -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 -r 67495da84a1c -r 1850a5a63155 mail/dovecot/Makefile
--- a/mail/dovecot/Makefile Sat Mar 20 05:42:35 2004 +0000
+++ b/mail/dovecot/Makefile Sat Mar 20 06:02:59 2004 +0000
@@ -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+= --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 \
Home |
Main Index |
Thread Index |
Old Index