Ticket #18435: patch-macports-debug-platform.diff
File patch-macports-debug-platform.diff, 466 bytes (added by raimue (Rainer Müller), 16 years ago) |
---|
-
port1.0/portmain.tcl
103 103 set macosx_version [expr 10.0 + ($os_major - 4) / 10.0] 104 104 } 105 105 106 ui_debug "OS Platform: ${os_platform}" 107 ui_debug "OS Version: ${os_version}" 108 ui_debug "System Arch: ${os_arch}" 109 106 110 default macosx_deployment_target {$macosx_version} 107 111 108 112 default universal_variant yes