[111434] trunk/dports/devel/capnproto/Portfile

cal at macports.org cal at macports.org
Sat Sep 21 12:55:03 PDT 2013


Revision: 111434
          https://trac.macports.org/changeset/111434
Author:   cal at macports.org
Date:     2013-09-21 12:55:03 -0700 (Sat, 21 Sep 2013)
Log Message:
-----------
capnproto: abort with a helpful error message rather than falling back to a broken compiler

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

Modified: trunk/dports/devel/capnproto/Portfile
===================================================================
--- trunk/dports/devel/capnproto/Portfile	2013-09-21 19:43:34 UTC (rev 111433)
+++ trunk/dports/devel/capnproto/Portfile	2013-09-21 19:55:03 UTC (rev 111434)
@@ -37,7 +37,7 @@
 # The bundled libtool doesn't pass -stdlib to the linker, needs:
 # http://git.savannah.gnu.org/gitweb/?p=libtool.git;a=commit;h=c0c49f289f22ae670066657c60905986da3b555f
 pre-configure {
-    if {${configure.compiler} ne "clang"} {
+    if {${configure.compiler} ne "clang" || [compiler_blacklist_versions._version_matches clang < 500.2.75]} {
         ui_error "capnproto will crash all compilers but clang from Xcode 5; please upgrade your Xcode installation."
         error "no suitable compiler"
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130921/8fdf6d49/attachment.html>


More information about the macports-changes mailing list