Changes between Initial Version and Version 1 of Ticket #71152, comment 1
- Timestamp:
- Oct 23, 2024, 7:01:46 AM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #71152, comment 1
initial v1 1 1 As the message says, `-rpath` works when targeting 10.5 or later. 2 2 3 The bug is that perl is overriding MacPorts' request to target 10.5 and is instead targeting 10.3: 3 The bug is that perl is overriding MacPorts' request to target 10.5: 4 5 {{{ 6 :debug:configure MACOSX_DEPLOYMENT_TARGET='10.5' 7 }}} 8 9 and is instead targeting 10.3: 4 10 5 11 {{{