Changes between Initial Version and Version 1 of Ticket #41321, comment 27
- Timestamp:
- Apr 25, 2014, 1:13:09 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41321, comment 27
initial v1 1 1 With the future release of MacPorts 2.3.0, where this issue would become widespread to all users, I patched cmake-1.0 with the last patch, where the variables CMAKE_OSX_SYSROOT and CMAKE_OSX_DEPLOYMENT_TARGET are set in the script, for the present case where ${configure.sdkroot} is not set. 2 The patch from Ryan for the case where ${configure.sdkroot} is set, in conjunction with possible changes in portconfigure -1.0.tcl is also included just in case.2 The patch from Ryan for the case where ${configure.sdkroot} is set, in conjunction with possible changes in portconfigure.tcl is also included just in case. 3 3 4 4 Committed in r119436. I do not close the ticket yet, as I am not completely sure that this patch would solve all issues.