diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-09-02 06:00:00 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-09-02 06:00:00 +0000 |
commit | 53ea106755cb29a6ee4ae243cc7fe04a068a3604 (patch) | |
tree | 2a71bd775019de19045e28aef045d293beb7dcc7 | |
parent | 483a3a3beb8bf337244d6be627d554ef94739d61 (diff) | |
download | freebsd-ports-53ea106755cb29a6ee4ae243cc7fe04a068a3604.zip |
. Mark this as BROKEN for gcc 4.2. The HotSpot C++ code needs some work
to be made gcc 4.2 compliant.
-rw-r--r-- | java/jdk14/Makefile | 4 |
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 |