From 79bfa0f75eaf444409943127f4c4f8ad0746235b Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 7 Oct 2020 15:28:50 +0200 Subject: FindJNI: Search in FreeBSD standard locations --- Modules/FindJNI.cmake | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Modules/FindJNI.cmake b/Modules/FindJNI.cmake index bbca952..5aa2d60 100644 --- a/Modules/FindJNI.cmake +++ b/Modules/FindJNI.cmake @@ -215,6 +215,14 @@ set(_JNI_JAVA_DIRECTORIES_BASE /usr/local/jre-1.7.0 /usr/local/jdk-1.6.0 /usr/local/jre-1.6.0 + # FreeBSD specific paths for default JVM + /usr/local/openjdk15 + /usr/local/openjdk14 + /usr/local/openjdk13 + /usr/local/openjdk12 + /usr/local/openjdk11 + /usr/local/openjdk8 + /usr/local/openjdk7 # SuSE specific paths for default JVM /usr/lib64/jvm/java /usr/lib64/jvm/jre -- cgit v0.12 ion=''> Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Cherry-pick [http://core.tcl.tk/tclconfig/info/18e79736d236d15d|All the world...jan.nijtmans2017-05-181-1/+1
* Fix [6ca52aec14e0b33543d3cd9895f060b852ac4dbc|6ca52aec14]: HTTP package: Memo...jan.nijtmans2017-05-092-5/+6
|\
| * fix chan leak with http keepalive vs close (bug [6ca52aec14])bug_6ca52aec14aspect2017-02-121-3/+4
* | Fix [bc432269b74e9b246bf01f354714fed47cb227ed|bc432269]: http fails in a safe...jan.nijtmans2017-04-181-4/+13
* | Another attempt to fix the two executable flags.jan.nijtmans2017-04-121-0/+0
* | Update TZ info to tzcode2017b.José Ignacio Marín2017-03-232-2/+168
* | Make 'clock' and 'encoding' into proper compilable ensemblesKevin B Kenny2017-03-141-8/+3
* | Update TZ data with tzdata2017a from IANAJosé Ignacio Marín2017-03-10