diff options
| author | Jack Nagel | 2013-11-16 10:05:59 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2013-11-16 10:05:59 -0600 | 
| commit | 98d521e37832939fb9ac08dd9cc8824c2b52172e (patch) | |
| tree | b643c49cae9dfe58f349a72fd2619fd4a2ce0ccf /Library/Formula/bigloo.rb | |
| parent | b0863cb786109be45225d9ffa9418a484f14e1ef (diff) | |
| download | homebrew-98d521e37832939fb9ac08dd9cc8824c2b52172e.tar.bz2 | |
bigloo: fails with clang 500
Diffstat (limited to 'Library/Formula/bigloo.rb')
| -rw-r--r-- | Library/Formula/bigloo.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bigloo.rb b/Library/Formula/bigloo.rb index 7a3edf944..0bc02b392 100644 --- a/Library/Formula/bigloo.rb +++ b/Library/Formula/bigloo.rb @@ -11,7 +11,7 @@ class Bigloo < Formula    option 'with-jvm', 'Enable JVM support'    fails_with :clang do -    build 425 +    build 500      cause <<-EOS.undent        objs/obj_u/Ieee/dtoa.c:262:79504: fatal error: parser        recursion limit reached, program too complex  | 
