[114351] trunk/dports/science/fcl/Portfile

mmoll at macports.org mmoll at macports.org
Thu Dec 5 10:50:33 PST 2013


Revision: 114351
          https://trac.macports.org/changeset/114351
Author:   mmoll at macports.org
Date:     2013-12-05 10:50:33 -0800 (Thu, 05 Dec 2013)
Log Message:
-----------
fcl: use eq instead of == for testing string equality

Modified Paths:
--------------
    trunk/dports/science/fcl/Portfile

Modified: trunk/dports/science/fcl/Portfile
===================================================================
--- trunk/dports/science/fcl/Portfile	2013-12-05 16:04:33 UTC (rev 114350)
+++ trunk/dports/science/fcl/Portfile	2013-12-05 18:50:33 UTC (rev 114351)
@@ -18,7 +18,7 @@
                     sha1    808ebcb00ca527cbfbf826229ce560e6e88eccd1 \
                     rmd160  a0efd71bcdd94ea87608a2de685b3670fce9b162
 
-if {${configure.compiler} == "gcc-4.0" || [string match *gcc-4.2* ${configure.compiler}]} {
+if {${configure.compiler} eq "gcc-4.0" || [string match *gcc-4.2* ${configure.compiler}]} {
     # this flag disables the compile flag "-march=native",
     # which appears to be unsupported by these compilers
     configure.args-append -DFCL_USE_SSE=OFF
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131205/f92db554/attachment-0001.html>


More information about the macports-changes mailing list