[115339] trunk/dports/x11/xtide/Portfile

jmr at macports.org jmr at macports.org
Tue Dec 31 03:55:29 PST 2013


Revision: 115339
          https://trac.macports.org/changeset/115339
Author:   jmr at macports.org
Date:     2013-12-31 03:55:29 -0800 (Tue, 31 Dec 2013)
Log Message:
-----------
xtide: blacklist clang on Xcode < 4 due to lack of clang++

Modified Paths:
--------------
    trunk/dports/x11/xtide/Portfile

Modified: trunk/dports/x11/xtide/Portfile
===================================================================
--- trunk/dports/x11/xtide/Portfile	2013-12-31 11:41:35 UTC (rev 115338)
+++ trunk/dports/x11/xtide/Portfile	2013-12-31 11:55:29 UTC (rev 115339)
@@ -43,6 +43,9 @@
 
     # Per the configure script: "if using GCC, version 4.4 or later is required"
     compiler.blacklist  *gcc-4.2 gcc-4.0 gcc-3.3
+    if {[vercmp $xcodeversion 4.0] < 0} {
+        compiler.blacklist-append clang
+    }
 
     # Regenerate configure after patching configure.ac for clang compatibility.
     use_autoreconf      yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131231/b62c68f6/attachment.html>


More information about the macports-changes mailing list