Changes between Initial Version and Version 1 of Ticket #56991, comment 24


Ignore:
Timestamp:
Sep 8, 2019, 6:20:22 AM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56991, comment 24

    initial v1  
    1717
    1818Then I found, when trying to build a few port +universal, that the plumbing of the SDK to the linker was not always happening correctly. Also, sometimes the linker would put out a warning that 32bit builds were going away, and this would generate an error in some link steps. I stopped those issues with a minor modification to `portconfigure.tcl` in that /opt/universal MacPorts installation.
    19 
    20 I'll see if I can post up a screenshot of wine running on Mojave.
    2119{{{
    2220@@ -893,14 +893,13 @@
     
    3028
    3129After that, almost all the ports would install +universal on that system without any trouble. A few ports were not plumbing the `-isysroot${configure.sdkroot}` to the build and link line, three or four, and I tagged that bit onto the compiler spec.
     30
     31
     32I'll see if I can post up a screenshot of wine running on Mojave.
    3233
    3334{{{