From 737b8faa1b1715dc5c445a0fdb85a6c971d00b0d Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 3 Jul 2007 09:32:56 +0000 Subject: - Mark BROKEN on CURRENT: does not build with GCC 4.2 --- java/openjit/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'java') 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 +.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:="" -- cgit v1.2.3