diff options
author | tonio <tonio@pkgsrc.org> | 2005-11-04 21:21:02 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-11-04 21:21:02 +0000 |
commit | 2bc841f3690b74aff853caaf3b9a578185a7dfe3 (patch) | |
tree | ebcd09323cf7d0eaa913d0de1fcf08888ed24bd6 /lang/kaffe/Makefile | |
parent | 99213f2c3525aa25f24d781e566a7863eb8b66f5 (diff) | |
download | pkgsrc-2bc841f3690b74aff853caaf3b9a578185a7dfe3.tar.gz |
Integrate patches from kaffe'cvs to fix thread signal handling on netbsd
Thanks guilhem_at_kaffe.org for those patches
(Now kaffe passes 100% of the regression tests under netbsd -current (at least i386))
bump PKGREVISION
Diffstat (limited to 'lang/kaffe/Makefile')
-rw-r--r-- | lang/kaffe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile index a1726ef4dde..0b10175d7d6 100644 --- a/lang/kaffe/Makefile +++ b/lang/kaffe/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.65 2005/10/29 17:37:20 tonio Exp $ +# $NetBSD: Makefile,v 1.66 2005/11/04 21:21:02 tonio Exp $ # .include "Makefile.common" +PKGREVISION= 1 + CONFLICTS+= kaffe-nox11-[0-9]* JAVA_WRAPPERS= appletviewer jar java javac javadoc javah javakey \ |