On Tue, Apr 22, 2008 at 3:19 PM, Ryan Schmidt <[EMAIL PROTECTED]>
wrote:

>
> >
> This should not be a problem with MacPorts trunk which passes the correct
> value for MACOSX_DEPLOYMENT_TARGET to every port.
>
> For MacPort 1.6.0 as released, try adding this to the port:
>
> platform darwin 7 {
>    configure.env-append MACOSX_DEPLOYMENT_TARGET=10.3
>    build.env-append MACOSX_DEPLOYMENT_TARGET=10.3
> }
>
> platform darwin 8 {
>    configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4
>    build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
> }
>
> platform darwin 9 {
>    configure.env-append MACOSX_DEPLOYMENT_TARGET=10.5
>    build.env-append MACOSX_DEPLOYMENT_TARGET=10.5
> }
>
>
all the more reason to wonder when a new release will be cut off the trunk.


-- 
Paul Beard / www.paulbeard.org/
<[EMAIL PROTECTED]/[EMAIL PROTECTED]>
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to