From 6f07558a470ffa1d87d80af0b4007d14060e7808 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 18 May 2003 09:55:25 +0000 Subject: BROKEN on 5.1: bad C++ --- java/guavac/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'java') diff --git a/java/guavac/Makefile b/java/guavac/Makefile index 6e167e6c051..a2b09ff12fd 100644 --- a/java/guavac/Makefile +++ b/java/guavac/Makefile @@ -13,6 +13,12 @@ MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/devel/compilers/guavac/ MAINTAINER= nakai@FreeBSD.org COMMENT= Java compiler and decompiler developed under GPL +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= guavac.1 @@ -24,4 +30,4 @@ pre-install: post-install: @strip ${PREFIX}/bin/guavac ${PREFIX}/bin/guavad -.include +.include -- cgit