java-qdbm: restrict acceptable java vms

This doesn't build with Java>=something, perhaps 15?
This commit is contained in:
wiz 2022-12-15 07:12:55 +00:00
parent 4414e700e3
commit 3ade7602cc
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2020/05/31 15:18:30 rillig Exp $
# $NetBSD: Makefile,v 1.9 2022/12/15 07:12:55 wiz Exp $
#
.include "../../databases/qdbm/Makefile.common"
@ -15,6 +15,8 @@ MY_SUBDIR= java
BUILD_DIRS= ${MY_SUBDIR:Q}
CONFIGURE_DIRS= ${MY_SUBDIR:Q}
PKG_JVMS_ACCEPTED= kaffe openjdk8 sun-jdk7 oracle-jdk8 openjdk11
GNU_CONFIGURE= yes
GNU_CONFIGURE_PTHREAD= no
TEST_TARGET= check