Ticket #18435: patch-macports-debug-platform.diff

File patch-macports-debug-platform.diff, 466 bytes (added by raimue (Rainer Müller), 16 years ago)

Revision 2

  • port1.0/portmain.tcl

     
    103103    set macosx_version [expr 10.0 + ($os_major - 4) / 10.0]
    104104}
    105105
     106ui_debug "OS Platform: ${os_platform}"
     107ui_debug "OS Version: ${os_version}"
     108ui_debug "System Arch: ${os_arch}"
     109
    106110default macosx_deployment_target {$macosx_version}
    107111
    108112default universal_variant yes