[MacPorts] #56991: wine cannot be built against the 10.14 SDK
MacPorts
noreply at macports.org
Sat Sep 21 21:07:36 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):
Hey, I think that this might be it. It works in the background, with the
env vars,and requires no flags.... fixes db48, at least.
Try this:
{{{
@@ -893,14 +893,12 @@
append_to_environment_value configure $env_var
-isysroot${configure.sdkroot}
}
append_to_environment_value configure "LDFLAGS"
-Wl,-syslibroot,${configure.sdkroot}
+ append_to_environment_value configure "SDKROOT"
${configure.sdkroot}
+ append_to_environment_value configure "LDFLAGS" -Wl,-w
}
}}}
It's possible that is all we need to do -- maybe -- if we're lucky -- no
more portfile overlay even...
(be nice if it could be that easy).
--
Ticket URL: <https://trac.macports.org/ticket/56991#comment:36>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list