[117140] trunk/dports/kde/kdevelop/Portfile

nicos at macports.org nicos at macports.org
Mon Feb 17 07:18:38 PST 2014


Revision: 117140
          https://trac.macports.org/changeset/117140
Author:   nicos at macports.org
Date:     2014-02-17 07:18:38 -0800 (Mon, 17 Feb 2014)
Log Message:
-----------
kdevelop: replace == with eq for string comparison

Modified Paths:
--------------
    trunk/dports/kde/kdevelop/Portfile

Modified: trunk/dports/kde/kdevelop/Portfile
===================================================================
--- trunk/dports/kde/kdevelop/Portfile	2014-02-17 15:05:46 UTC (rev 117139)
+++ trunk/dports/kde/kdevelop/Portfile	2014-02-17 15:18:38 UTC (rev 117140)
@@ -75,7 +75,7 @@
 }    
 
 #Using c++0x for Lion and higher in case of clang 64-bit
-if {${configure.compiler} == "clang" && ${os.platform} eq "darwin" && ${os.major} >= 11} {
+if {${configure.compiler} eq "clang" && ${os.platform} eq "darwin" && ${os.major} >= 11} {
     lappend merger_configure_args(x86_64)   -DCMAKE_CXX_FLAGS='-stdlib=libc++' -DHAVE_UNORDERED_MAP=1
     if {${build_arch} eq "x86_64" && ![variant_isset universal]} {
         configure.args-append               -DCMAKE_CXX_FLAGS="-stdlib=libc++" -DHAVE_UNORDERED_MAP=1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140217/470a0187/attachment.html>


More information about the macports-changes mailing list