[34552] trunk/base/src/port1.0/portutil.tcl

afb at macports.org afb at macports.org
Wed Feb 27 23:06:24 PST 2008


Revision: 34552
          http://trac.macosforge.org/projects/macports/changeset/34552
Author:   afb at macports.org
Date:     2008-02-27 23:06:23 -0800 (Wed, 27 Feb 2008)

Log Message:
-----------
replace value of MDT environment value instead of appending to it, to avoid doubling up...

Modified Paths:
--------------
    trunk/base/src/port1.0/portutil.tcl

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2008-02-28 06:44:20 UTC (rev 34551)
+++ trunk/base/src/port1.0/portutil.tcl	2008-02-28 07:06:23 UTC (rev 34552)
@@ -275,7 +275,7 @@
         parse_environment ${command}
     }
     if {[option macosx_deployment_target] ne ""} {
-        append_list_to_environment_value ${command} "MACOSX_DEPLOYMENT_TARGET" [option macosx_deployment_target]
+        set ${command}.env_array("MACOSX_DEPLOYMENT_TARGET") [option macosx_deployment_target]
     }
     
     # Debug that.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080227/bb3f3f1a/attachment.html 


More information about the macports-changes mailing list