diff options
author | tv <tv@pkgsrc.org> | 2004-10-06 04:33:31 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-06 04:33:31 +0000 |
commit | cd98512f29b417fac8c971c68821dc94d006e56a (patch) | |
tree | 77421bc08b96f435055b27445bebe5a5383629e6 /lang/jikes/Makefile | |
parent | bb58309cba392c766582a242df2144d726b23111 (diff) | |
download | pkgsrc-cd98512f29b417fac8c971c68821dc94d006e56a.tar.gz |
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.
Diffstat (limited to 'lang/jikes/Makefile')
-rw-r--r-- | lang/jikes/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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" |