summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortv <tv>2004-10-06 04:33:31 +0000
committertv <tv>2004-10-06 04:33:31 +0000
commit23353131411c4f485d260d556890f3f1f7bfa44c (patch)
tree77421bc08b96f435055b27445bebe5a5383629e6 /lang
parent9ce4df37b19329e671dd51eaf2287391b8d997a8 (diff)
downloadpkgsrc-23353131411c4f485d260d556890f3f1f7bfa44c.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')
-rw-r--r--lang/jikes/Makefile6
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"