[MacPorts] #56991: wine cannot be built against the 10.14 SDK
MacPorts
noreply at macports.org
Thu Sep 26 21:31:40 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 kencu):
Condensed instructions, for anyone like mf2k who wants to try this.
1. build a new installation of MacPorts from source in `/opt/universal`.
1. configure your path to use it.
1. modify `macports.conf` like this:
{{{
macosx_deployment_target 10.13
macosx_sdk_version 10.13
}}}
1. modify `variants.conf` and add `+universal`
1. add the MacOS10.13.sdk here:
{{{
/Library/Developer/CommandLineTools/SDKs/MacOS10.13.sdk
}}}
1. add [https://github.com/macports/macports-
base/pull/147/commits/a581c3f8fc9573d8e5b9f922f0567d30811e24f4 this patch]
to base in that installation
1. libpx needs a [https://trac.macports.org/attachment/ticket/56991/patch-
build-make-configure.sh.diff patch]
1. `mingw-w64` won't install `+universal`, so you need to install that
`-universal`, most easily before you install `wine-devel`.
That should do it.
--
Ticket URL: <https://trac.macports.org/ticket/56991#comment:70>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list