diff options
| author | Jack Nagel | 2012-01-18 17:44:52 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-01-18 17:47:01 -0600 |
| commit | 32d8ed4fa3beb8caf7d9b3325e18c36ec7f70706 (patch) | |
| tree | 2e28878df565ccce6a63f9aeb920de0fa83f63e5 /Library | |
| parent | 77cbad6b2847f65c302d46003c60db82f33ae88e (diff) | |
| download | homebrew-32d8ed4fa3beb8caf7d9b3325e18c36ec7f70706.tar.bz2 | |
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>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/clisp.rb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Library/Formula/clisp.rb b/Library/Formula/clisp.rb index adfcdf689..00740a9b9 100644 --- a/Library/Formula/clisp.rb +++ b/Library/Formula/clisp.rb @@ -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. |
