summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-03 09:32:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-03 09:32:56 +0000
commit737b8faa1b1715dc5c445a0fdb85a6c971d00b0d (patch)
tree99297df7eeb0079dcdf2ace5c6a43e71fbed3390 /java
parentFix gcc 4.2 build. (diff)
- Mark BROKEN on CURRENT: does not build with GCC 4.2
Notes
Notes: svn path=/head/; revision=194768
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:=""