From 9069e664f839f4635776aa1216a6a546e6ccd92b Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 20 Dec 2003 10:37:46 +0000 Subject: Mark as broken with gcc3.3 (compile problems). Notified maintainer. --- mail/zmailer/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail') diff --git a/mail/zmailer/Makefile b/mail/zmailer/Makefile index ceebfed9eb6a..d3c847bfb5c3 100644 --- a/mail/zmailer/Makefile +++ b/mail/zmailer/Makefile @@ -26,6 +26,10 @@ CONFIGURE_ARGS= --without-openssl .include +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + CONFIGURE_ARGS+= --prefix=${PREFIX}/ \ --with-bundled-libresolv \ --with-mailbin=${PREFIX}/sbin \ -- cgit