pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

unifi6: should work with openjdk11 given net/unifi does now



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sun Mar 21 10:05:59 2021 +0100
Changeset:	85a60b4a80424f8121e958f7ba70e1ae0a15794a

Modified Files:
	unifi6/Makefile

Log Message:
unifi6: should work with openjdk11 given net/unifi does now

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=85a60b4a80424f8121e958f7ba70e1ae0a15794a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 unifi6/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/unifi6/Makefile b/unifi6/Makefile
index 791a2e449c..83daedfbde 100644
--- a/unifi6/Makefile
+++ b/unifi6/Makefile
@@ -45,7 +45,7 @@ INSTALLATION_DIRS=	unifi
 # Emulated JDK doesn't work due to epoll issues.  Also, would require
 # matching emulated native libraries, and we only compile actual
 # native libaries.
-PKG_JVMS_ACCEPTED=	openjdk8
+PKG_JVMS_ACCEPTED=	openjdk11 openjdk8
 PKGSRC_MAKE_ENV+=	JAVA_HOME=${PKG_JAVA_HOME}
 USE_LANGUAGES=		c c++	# for snappy JNI library
 USE_TOOLS+=		gmake pax


Home | Main Index | Thread Index | Old Index