[141219] trunk/dports/lang/clisp/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Oct 12 19:55:51 PDT 2015


Revision: 141219
          https://trac.macports.org/changeset/141219
Author:   jeremyhu at macports.org
Date:     2015-10-12 19:55:51 -0700 (Mon, 12 Oct 2015)
Log Message:
-----------
clisp: Build with clang

Modified Paths:
--------------
    trunk/dports/lang/clisp/Portfile

Modified: trunk/dports/lang/clisp/Portfile
===================================================================
--- trunk/dports/lang/clisp/Portfile	2015-10-13 02:40:19 UTC (rev 141218)
+++ trunk/dports/lang/clisp/Portfile	2015-10-13 02:55:51 UTC (rev 141219)
@@ -45,9 +45,10 @@
 # Enable a subset of architectures due to inline-asm 
 supported_archs ppc i386 x86_64
 
-# Likely a project bug
-# TODO: Report upstream and provide a link to the bug report here.
-compiler.blacklist *clang*
+# Works with Xcode 7.0 and macports-clang-3.4
+# Failed in Lion (https://trac.macports.org/ticket/33344)
+# Assuming {clang < 300}, but please refine if more datapoints become available
+compiler.blacklist {clang < 300}
 
 configure.cflags
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151012/419e3a80/attachment.html>


More information about the macports-changes mailing list