From f4954eadbfd41a5fd00a7092ac959f255c413e17 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 1 Oct 2007 09:41:20 +0000 Subject: [PATCH] Mark as broken with gcc4.2. --- mail/zmailer/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + CONFIGURE_ARGS+=--prefix=${PREFIX}/ \ --with-mailbin=${PREFIX}/sbin \ --with-mailbox=/var/mail \