diff options
Diffstat (limited to 'mail/mahogany/Makefile')
-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="" |