Revision: 141219 https://trac.macports.org/changeset/141219 Author: jeremyhu@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