#18066: pyrex hardcodes MACOSX_DEPLOYMENT_TARGET to 10.3 ---------------------------------+------------------------------------------ Reporter: harry@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: py-pyrex ---------------------------------+------------------------------------------ In Mac/DarwinSystem.py there's a line that does this: os.environ["MACOSX_DEPLOYMENT_TARGET"] = "10.3" Which cases builds on Leopard to fail like this: distutils.errors.DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.5" during configure -- Ticket URL: <http://trac.macports.org/ticket/18066> MacPorts <http://www.macports.org/> Ports system for Mac OS