summaryrefslogtreecommitdiff
path: root/mail/zmailer
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-01 09:41:20 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-01 09:41:20 +0000
commitf4954eadbfd41a5fd00a7092ac959f255c413e17 (patch)
tree3e2e9918927ed444344285395b1a24deaec3abcd /mail/zmailer
parentMark as broken on gcc4.2. (diff)
Mark as broken with gcc4.2.
Notes
Notes: svn path=/head/; revision=200534
Diffstat (limited to 'mail/zmailer')
-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 \