diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/clisp.rb | 2 |
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}" |
