pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/openjdk11



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon May  4 21:21:11 UTC 2020

Modified Files:
        pkgsrc/lang/openjdk11: Makefile

Log Message:
openjdk11: JVMCI is shipped on aarch64


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/openjdk11/Makefile

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

Modified files:

Index: pkgsrc/lang/openjdk11/Makefile
diff -u pkgsrc/lang/openjdk11/Makefile:1.17 pkgsrc/lang/openjdk11/Makefile:1.18
--- pkgsrc/lang/openjdk11/Makefile:1.17 Thu Apr 16 11:51:26 2020
+++ pkgsrc/lang/openjdk11/Makefile      Mon May  4 21:21:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/04/16 11:51:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2020/05/04 21:21:11 tnn Exp $
 
 DISTNAME=      openjdk-jdk11u-${GITHUB_TAG:C/\+/-/}
 PKGNAME=       openjdk11-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/}
@@ -121,6 +121,9 @@ PLIST_VARS+=                        internal_vm_compiler
 PLIST.aot=                     yes
 PLIST.internal_vm_compiler=    yes
 .endif
+.if ${MACHINE_ARCH} == "aarch64"
+PLIST.internal_vm_compiler=    yes
+.endif
 
 .if ${OPSYS} == "NetBSD"
 TOOLS_PLATFORM.unzip=



Home | Main Index | Thread Index | Old Index