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


Ignore:
Timestamp:
Sep 25, 2019, 11:15:46 PM (5 years ago)
Author:
Gcenx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56991, comment 63

    initial v1  
    1414
    1515I updated {{{patch-build-make-configure.sh.diff}}} adding the above and then install the port without issue
     16
     17
     18Replying to [comment:62 kencu]:
     19> Just a few things.
     20> 1. All our bazillion Portfile tests for ${os.version} would have to be changed to ${configure.macosx_deployment_target} or ${configure.macosx_sdk_version} instead to work properly...
     21> 1. Be very careful not to overwrite your libc++.dylb! I'm pretty sure that SIP won't let you anyway.
     22> 1. Installing against any MacPorts-installed library in the ${prefix} will work fine, but I wonder if there is any way to install software that links against (and uses) another version of libc++.dylib? That would be useful for a whole bunch of reasons, not the least of which would be building against the modified libc++ I made for 10.6.8...
     23>
     24> Always fun to make this system run circles...
     25
     26That would be a lot of work, but sounds fun.
     27Also I'm sure if anyone is messing with this they already have SIP disabled.