diff options
| author | Adam Vandenberg | 2014-05-04 11:06:23 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-05-04 11:09:17 -0700 | 
| commit | c8fde08c79ee09690f06e15dcddaf1f569ef54f9 (patch) | |
| tree | 2cd90e9cb1f8fcd5bb25de472f8deb4fe679517f /Library/Formula/bigloo.rb | |
| parent | 5236701db3816f72d4154786fcefdd47f42bfaea (diff) | |
| download | homebrew-c8fde08c79ee09690f06e15dcddaf1f569ef54f9.tar.bz2 | |
bigloo: fails with clang
Diffstat (limited to 'Library/Formula/bigloo.rb')
| -rw-r--r-- | Library/Formula/bigloo.rb | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/bigloo.rb b/Library/Formula/bigloo.rb index 0bc02b392..32a4861be 100644 --- a/Library/Formula/bigloo.rb +++ b/Library/Formula/bigloo.rb @@ -11,11 +11,10 @@ class Bigloo < Formula    option 'with-jvm', 'Enable JVM support'    fails_with :clang do -    build 500      cause <<-EOS.undent        objs/obj_u/Ieee/dtoa.c:262:79504: fatal error: parser        recursion limit reached, program too complex -      EOS +    EOS    end    def install  | 
