[104142] trunk/base/src/macports1.0/macports.tcl

afb at macports.org afb at macports.org
Sun Mar 17 13:10:07 PDT 2013


Revision: 104142
          https://trac.macports.org/changeset/104142
Author:   afb at macports.org
Date:     2013-03-17 13:10:07 -0700 (Sun, 17 Mar 2013)
Log Message:
-----------
Fix selfupdate, when gcc command is broken by UsingTheRightCompiler

Modified Paths:
--------------
    trunk/base/src/macports1.0/macports.tcl

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2013-03-17 20:05:49 UTC (rev 104141)
+++ trunk/base/src/macports1.0/macports.tcl	2013-03-17 20:10:07 UTC (rev 104142)
@@ -3364,7 +3364,7 @@
             # Choose a sane compiler
             set cc_arg ""
             if {$::macports::os_platform == "darwin"} {
-                set cc_arg "CC=/usr/bin/cc "
+                set cc_arg "CC=/usr/bin/cc OBJC=/usr/bin/cc "
             }
 
             # do the actual configure, build and installation of new base
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130317/fee0c421/attachment.html>


More information about the macports-changes mailing list