summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/openjit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/openjit/Makefile b/java/openjit/Makefile
index f81f2ab097e6..7e70453d306d 100644
--- a/java/openjit/Makefile
+++ b/java/openjit/Makefile
@@ -32,6 +32,10 @@ PLIST_SUB+= JAVADIR=${JAVA_HOME:S,${PREFIX}/,,}
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
.if ${JAVA_PORT_VERSION} == 1.1
JDKLIBDIR= ${PREFIX}/lib/OpenJIT
PLIST_SUB+= JAVA2:="@comment " JAVA11:=""