diff options
author | tv <tv@pkgsrc.org> | 2004-07-25 18:55:43 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-07-25 18:55:43 +0000 |
commit | ef87d907aaccf8f010938ccaf441db1a607e478a (patch) | |
tree | c885983b3a7409a8d527f928a52e33da86673472 /lang | |
parent | ec4c36d9942748a38540f9e2bac61caa456fed4f (diff) | |
download | pkgsrc-ef87d907aaccf8f010938ccaf441db1a607e478a.tar.gz |
Actually, as of 1.3.1_05ish, this no longer works on sun-jdk13 because Sun
removed some of the external JIT compiler hooks. So now it only works
on blackdown-jdk13. (I may simply remove this package in the future, as
its usefulness is quickly dropping.)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/jbuilder-jit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/jbuilder-jit/Makefile b/lang/jbuilder-jit/Makefile index 8bde463d65c..5b557850e5f 100644 --- a/lang/jbuilder-jit/Makefile +++ b/lang/jbuilder-jit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/07/25 18:49:55 tv Exp $ +# $NetBSD: Makefile,v 1.20 2004/07/25 18:55:43 tv Exp $ # DISTNAME= unix_jb35foundation @@ -32,7 +32,7 @@ NO_BUILD= yes # this package is only for Sun 1.3 JVMs built for x86 Linux ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386 -PKG_JVMS_ACCEPTED= sun-jdk13 blackdown-jdk13 +PKG_JVMS_ACCEPTED= blackdown-jdk13 post-extract: @cd ${WRKDIR} && ${GTAR} -xzf ${EXTRACT_ELEMENTS} |