diff options
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 \ |