diff options
author | abs <abs@pkgsrc.org> | 2010-12-15 16:06:26 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2010-12-15 16:06:26 +0000 |
commit | dcab2a88f97e26429e9c9faa3baa1e13b3ad7387 (patch) | |
tree | 58e98bad66a5d437a81038f8b84f1da4136c663d /lang/kaffe/Makefile | |
parent | 48d0434a3824c3bfec3c90e8f3f1144a67509315 (diff) | |
download | pkgsrc-dcab2a88f97e26429e9c9faa3baa1e13b3ad7387.tar.gz |
apply patches from Noud to fix PR/44222 kaffe halts on
BufferedReader.readLine (while building wip/jdk15)
KAFFE_BUGGY_NETBSD_SIGWAIT is only required in older NetBSD releases, and
in fact breaks NetBSD 5
Bump PKGREVISION
many thanks
Diffstat (limited to 'lang/kaffe/Makefile')
-rw-r--r-- | lang/kaffe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile index da224517cc2..babf32b610b 100644 --- a/lang/kaffe/Makefile +++ b/lang/kaffe/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.74 2009/12/15 23:41:45 joerg Exp $ +# $NetBSD: Makefile,v 1.75 2010/12/15 16:06:26 abs Exp $ # .include "Makefile.common" -PKGREVISION= 5 +PKGREVISION= 6 CONFLICTS+= kaffe-nox11-[0-9]* |