[MacPorts] #56991: wine cannot be built against the 10.14 SDK
MacPorts
noreply at macports.org
Wed Sep 25 23:13:44 UTC 2019
#56991: wine cannot be built against the 10.14 SDK
---------------------------------------------+------------------------
Reporter: IComplainInComments | Owner: ryandesign
Type: defect | Status: assigned
Priority: Low | Milestone:
Component: ports | Version: 2.5.3
Resolution: | Keywords: mojave
Port: wine wine-devel wine-crossover |
---------------------------------------------+------------------------
Comment (by Gcenx):
In reguards to {{{libvpx}}} if {{{$SDKROOT}}} is a global variable why not
instead use that like so
{{{
@@ -882,7 +854,7 @@
fi
;;
x86*-darwin*)
- osx_sdk_dir="$(show_darwin_sdk_path macosx)"
+ osx_sdk_dir="$(SDKROOT)"
if [ -d "${osx_sdk_dir}" ]; then
add_cflags "-isysroot ${osx_sdk_dir}"
add_ldflags "-isysroot ${osx_sdk_dir}"
}}}
I updated {{{patch-build-make-configure.sh.diff}}} adding the above and
then install the port without issue
--
Ticket URL: <https://trac.macports.org/ticket/56991#comment:63>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list