diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 15:07:43 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 15:07:43 +0000 |
commit | 8a81c160fdec21af8e156076998fdd0783364c41 (patch) | |
tree | 4cb0c1d660bfe5d04e1f0f6dfb71cb2b4bebc7d8 /java | |
parent | fix build of courier-authlib-vchkpw (diff) |
Mark as broken with gcc4.2. Note: this looks like abadonware.
Notes
Notes:
svn path=/head/; revision=200822
Diffstat (limited to 'java')
-rw-r--r-- | java/tya/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/java/tya/Makefile b/java/tya/Makefile index 163499f8557d..dc2192c7b08c 100644 --- a/java/tya/Makefile +++ b/java/tya/Makefile @@ -46,4 +46,10 @@ do-install: @${ECHO_MSG} "" .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> |