[152083] trunk/dports/devel/cctools/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Aug 28 19:51:40 PDT 2016


Revision: 152083
          https://trac.macports.org/changeset/152083
Author:   jeremyhu at macports.org
Date:     2016-08-28 19:51:40 -0700 (Sun, 28 Aug 2016)
Log Message:
-----------
cctools: Use string comparison for llvm_version

Modified Paths:
--------------
    trunk/dports/devel/cctools/Portfile

Modified: trunk/dports/devel/cctools/Portfile
===================================================================
--- trunk/dports/devel/cctools/Portfile	2016-08-29 02:45:54 UTC (rev 152082)
+++ trunk/dports/devel/cctools/Portfile	2016-08-29 02:51:40 UTC (rev 152083)
@@ -91,7 +91,7 @@
 set has_llvm_nm true
 set has_llvm_size true
 
-if {${llvm_version} == 3.3 || ${llvm_version} == 3.4} {
+if {${llvm_version} eq "3.3" || ${llvm_version} eq "3.4"} {
     set has_llvm_nm         false
     set has_llvm_size       false
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160828/83ff5bff/attachment.html>


More information about the macports-changes mailing list