[MacPorts] #57255: [Solved] Soprano needs Java
MacPorts
noreply at macports.org
Mon Oct 8 00:04:48 UTC 2018
#57255: [Solved] Soprano needs Java
----------------------+----------------------
Reporter: milomak | Owner: pixilla
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Resolution: | Keywords:
Port: soprano |
----------------------+----------------------
Comment (by rlhamil):
This worked for me: change the line in pre-configure that looks like
{{{
if {![file isfile
"/System/Library/Frameworks/JavaVM.framework/Headers/jni.h"]} {
}}}
to
{{{
if {![file isfile
"/System/Library/Frameworks/JavaVM.framework/Headers/jni.h"] && ![file
isfile
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h"]}
{
}}}
(be sure to get all of the 2nd line). This would allow the file to be
found in either location (the latter being where it is on Mojave).
--
Ticket URL: <https://trac.macports.org/ticket/57255#comment:12>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list