diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-01 17:41:20 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-01 17:41:20 +0800 |
commit | fcdd7d4aff17be8ac9c417ce2f4269755749225d (patch) | |
tree | 81a6bf26c08b32d347f20aaa066f183bafef5008 /mail | |
parent | d9605b1e2e338069291086e4adf8f65a7ec03938 (diff) | |
download | freebsd-ports-gnome-fcdd7d4aff17be8ac9c417ce2f4269755749225d.tar.gz freebsd-ports-gnome-fcdd7d4aff17be8ac9c417ce2f4269755749225d.tar.zst freebsd-ports-gnome-fcdd7d4aff17be8ac9c417ce2f4269755749225d.zip |
Mark as broken with gcc4.2.
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 \ |