diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 19:35:41 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 19:35:41 +0000 |
commit | 2a9e0966f2bc075310eae53c4726ac3c976bc39b (patch) | |
tree | 791a47f84010d7b9f9aa60e5d2579e2af4b47d03 /mail | |
parent | 1fbbb7e5ad4f278c17bc9f95703ed4ce2907007e (diff) |
Mark as broken with gcc4.2.
Notes
Notes:
svn path=/head/; revision=200841
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ftrack/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/ftrack/Makefile b/mail/ftrack/Makefile index e4cea5775fa3..16cd2f7278de 100644 --- a/mail/ftrack/Makefile +++ b/mail/ftrack/Makefile @@ -63,4 +63,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/doc/eng/* ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |