[55680] branches/release_1_8

jmr at macports.org jmr at macports.org
Sun Aug 16 20:53:54 PDT 2009


Revision: 55680
          http://trac.macports.org/changeset/55680
Author:   jmr at macports.org
Date:     2009-08-16 20:53:54 -0700 (Sun, 16 Aug 2009)
Log Message:
-----------
merge r55679 from trunk:
 parentheses for disambiguation

Revision Links:
--------------
    http://trac.macports.org/changeset/55679

Modified Paths:
--------------
    branches/release_1_8/base/src/port1.0/portconfigure.tcl

Property Changed:
----------------
    branches/release_1_8/
    branches/release_1_8/base/


Property changes on: branches/release_1_8
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:55268,55279,55281,55285,55317,55385,55417,55591,55594
   + /trunk:55268,55279,55281,55285,55317,55385,55417,55591,55594,55679


Property changes on: branches/release_1_8/base
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/gsoc08-privileges/base:37343-46937
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:55268,55279,55281,55285,55317,55385,55417,55591,55594
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692
   + /branches/gsoc08-privileges/base:37343-46937
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:55268,55279,55281,55285,55317,55385,55417,55591,55594,55679
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692

Modified: branches/release_1_8/base/src/port1.0/portconfigure.tcl
===================================================================
--- branches/release_1_8/base/src/port1.0/portconfigure.tcl	2009-08-17 03:51:36 UTC (rev 55679)
+++ branches/release_1_8/base/src/port1.0/portconfigure.tcl	2009-08-17 03:53:54 UTC (rev 55680)
@@ -220,7 +220,7 @@
     } elseif {[tbool configure.m32]} {
         set flags "-m32"
     } elseif {${configure.build_arch} != ""} {
-        if {[arch_flag_supported] && $tool == "cc" || $tool == "cxx" || $tool == "objc"} {
+        if {[arch_flag_supported] && ($tool == "cc" || $tool == "cxx" || $tool == "objc")} {
             set flags "-arch ${configure.build_arch}"
         } elseif {${configure.build_arch} == "x86_64" || ${configure.build_arch} == "ppc64"} {
             set flags "-m64"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090816/ef7f2fea/attachment.html>


More information about the macports-changes mailing list