diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-01 17:44:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-01 17:44:46 +0800 |
commit | 854debbcf03da120f64c11a8b2d56ffa770a51f9 (patch) | |
tree | 8d2e9330587ec768ac8e03d0806120d5a45cb14e /mail | |
parent | fcdd7d4aff17be8ac9c417ce2f4269755749225d (diff) | |
download | freebsd-ports-gnome-854debbcf03da120f64c11a8b2d56ffa770a51f9.tar.gz freebsd-ports-gnome-854debbcf03da120f64c11a8b2d56ffa770a51f9.tar.zst freebsd-ports-gnome-854debbcf03da120f64c11a8b2d56ffa770a51f9.zip |
Mark as broken with gcc4.2 on 64-bit archs.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mahogany/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/mahogany/Makefile b/mail/mahogany/Makefile index 56e35d319edc..acfdd4ddc33c 100644 --- a/mail/mahogany/Makefile +++ b/mail/mahogany/Makefile @@ -29,6 +29,12 @@ MAN1= M.1 mahogany.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" |