From 23353131411c4f485d260d556890f3f1f7bfa44c Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 6 Oct 2004 04:33:31 +0000 Subject: Enable incomplete "-source 1.5" support as described in NEWS. This doesn't break default or "-source 1.3/1.4" compiles already supported; it just adds additional parser code for some new language constructs in 1.5. --- lang/jikes/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lang/jikes') diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile index 809bd36d306..29d05b32e0b 100644 --- a/lang/jikes/Makefile +++ b/lang/jikes/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2004/10/06 02:40:55 tv Exp $ +# $NetBSD: Makefile,v 1.28 2004/10/06 04:33:31 tv Exp $ # DISTNAME= jikes-1.22 +PKGREVISION= 1 CATEGORIES= lang java MASTER_SITES= http://oss.software.ibm.com/pub/${DISTNAME:S,-,/,}/ EXTRACT_SUFX= .tar.bz2 @@ -16,6 +17,9 @@ USE_LANGUAGES= c c++ USE_GCC_SHLIB= yes UNLIMIT_RESOURCES= datasize +# enable "-source 1.5" -- not complete, but does not break normal compiles +CONFIGURE_ARGS+= --enable-source15 + USE_GNU_TOOLS+= make # uses multi-line comments with \ (naughty hack!) .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3