| 16 | |
| 17 | |
| 18 | Replying 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 | |
| 26 | That would be a lot of work, but sounds fun. |
| 27 | Also I'm sure if anyone is messing with this they already have SIP disabled. |