aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-01 17:41:20 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-01 17:41:20 +0800
commitfcdd7d4aff17be8ac9c417ce2f4269755749225d (patch)
tree81a6bf26c08b32d347f20aaa066f183bafef5008 /mail
parentd9605b1e2e338069291086e4adf8f65a7ec03938 (diff)
downloadfreebsd-ports-gnome-fcdd7d4aff17be8ac9c417ce2f4269755749225d.tar.gz
freebsd-ports-gnome-fcdd7d4aff17be8ac9c417ce2f4269755749225d.tar.zst
freebsd-ports-gnome-fcdd7d4aff17be8ac9c417ce2f4269755749225d.zip
Mark as broken with gcc4.2.
Diffstat (limited to 'mail')
-rw-r--r--mail/zmailer/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/zmailer/Makefile b/mail/zmailer/Makefile
index a9ee1659fb7b..42eb83efa2ea 100644
--- a/mail/zmailer/Makefile
+++ b/mail/zmailer/Makefile
@@ -27,6 +27,10 @@ CONFIGURE_ARGS= --without-openssl
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
CONFIGURE_ARGS+=--prefix=${PREFIX}/ \
--with-mailbin=${PREFIX}/sbin \
--with-mailbox=/var/mail \