[104554] trunk/dports/math/atlas/Portfile

larryv at macports.org larryv at macports.org
Wed Mar 27 17:51:49 PDT 2013


Revision: 104554
          https://trac.macports.org/changeset/104554
Author:   larryv at macports.org
Date:     2013-03-27 17:51:48 -0700 (Wed, 27 Mar 2013)
Log Message:
-----------
atlas: Fix syntax error (#38564).

Modified Paths:
--------------
    trunk/dports/math/atlas/Portfile

Modified: trunk/dports/math/atlas/Portfile
===================================================================
--- trunk/dports/math/atlas/Portfile	2013-03-27 21:41:17 UTC (rev 104553)
+++ trunk/dports/math/atlas/Portfile	2013-03-28 00:51:48 UTC (rev 104554)
@@ -251,7 +251,7 @@
 
     # On Leopard, we may warn the user that ppc 
     # is not as efficient as ppc64
-    if {${native_arch} = "ppc64"} {
+    if {${native_arch} == "ppc64"} {
 
                 ui_msg "Compiling for ppc on a G5 machine.\
                         This could lead to reduced performance."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130327/80f47021/attachment.html>


More information about the macports-changes mailing list