clisp: fix LLVM builds

This patch from MacPorts seems to be all that is necessary to enable
building with LLVM-GCC. I can't test it with any LLVM builds other than
2336, though.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-01-18 17:44:52 -06:00
parent 549232658b
commit 3f5e5ddddf
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,11 @@ class Clisp < Formula
skip_clean :all # otherwise abort trap
fails_with_llvm "Fails during configure with LLVM GCC from XCode 4 on Snow Leopard"
fails_with_llvm "Configure fails on XCode 4/Snow Leopard.", :build => 2335
def patches
{ :p0 => "https://svn.macports.org/repository/macports/!svn/bc/89054/trunk/dports/lang/clisp/files/patch-src_lispbibl_d.diff" }
end
def install
ENV.j1 # This build isn't parallel safe.