diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 09:41:20 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 09:41:20 +0000 |
commit | f4954eadbfd41a5fd00a7092ac959f255c413e17 (patch) | |
tree | 3e2e9918927ed444344285395b1a24deaec3abcd /mail | |
parent | 59461b4cbd122d21097bcb4796d20a9808b042d0 (diff) |
Mark as broken with gcc4.2.
Notes
Notes:
svn path=/head/; revision=200534
Diffstat (limited to 'mail')
-rw-r--r-- | mail/zmailer/Makefile | 4 |
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 \ |