summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-04 15:07:43 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-04 15:07:43 +0000
commit8a81c160fdec21af8e156076998fdd0783364c41 (patch)
tree4cb0c1d660bfe5d04e1f0f6dfb71cb2b4bebc7d8 /java
parentfix 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/Makefile8
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>