aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-19 14:06:10 -0700
committerAdam Vandenberg2011-03-19 14:06:10 -0700
commit8e00ca8f8418a8446529f8ae9ae97fb7e19646ab (patch)
tree656ce86a7ffaee4cab1db8940fc47777374fc9b8 /Library/Formula
parentea8ffc084a7c1add8e0af55cb24dd8b80fff7267 (diff)
downloadhomebrew-8e00ca8f8418a8446529f8ae9ae97fb7e19646ab.tar.bz2
clisp: does not compile with llvm
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/clisp.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/clisp.rb b/Library/Formula/clisp.rb
index 7e4b870f3..41fab02c8 100644
--- a/Library/Formula/clisp.rb
+++ b/Library/Formula/clisp.rb
@@ -15,6 +15,8 @@ class Clisp < Formula
# This build isn't parallel safe.
ENV.j1
+ fails_with_llvm "Fails during configure with LLVM GCC from XCode 4 on Snow Leopard"
+
# Clisp requires to select word size explicitly this way,
# set it in CFLAGS won't work.
ENV['CC'] = "#{ENV.cc} -m#{MacOS.prefer_64_bit? ? 64 : 32}"