Changes between Initial Version and Version 11 of Ticket #18066


Ignore:
Timestamp:
Feb 22, 2009, 6:03:07 AM (15 years ago)
Author:
raimue (Rainer Müller)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18066

    • Property Status changed from new to closed
    • Property Owner changed from macports-tickets@… to ram@…
    • Property Resolution changed from to fixed
  • Ticket #18066 – Description

    initial v11  
    11In Mac/DarwinSystem.py there's a line that does this:
    2 
    3   os.environ["MACOSX_DEPLOYMENT_TARGET"] = "10.3"
    4 
     2{{{
     3os.environ["MACOSX_DEPLOYMENT_TARGET"] = "10.3"
     4}}}
    55Which cases builds on Leopard to fail like this:
    6 
    7   distutils.errors.DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.5" during configure
     6{{{
     7distutils.errors.DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.5" during configure
     8}}}