aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--java/jdk14/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile
index 3c8270fbcb2d..d8009a47c26b 100644
--- a/java/jdk14/Makefile
+++ b/java/jdk14/Makefile
@@ -67,6 +67,10 @@ LINUX_BOOTSTRAP_JDKS= ${LOCALBASE}/linux-sun-jdk1.4.2
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
.if defined(WITH_IPV6)
CATEGORIES+= ipv6
.endif