diff options
| author | Jack Nagel | 2012-02-04 17:35:21 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-04 17:37:21 -0600 |
| commit | f7ce9be9c03af08df6357e61f043c08042e087da (patch) | |
| tree | 0b2da9b9e878e87908dc62481e6adca377dcfd80 /Library/Formula | |
| parent | 130b7dfb6dcf9d8b3c9f00801dd0b4bfdfb94bc2 (diff) | |
| download | homebrew-f7ce9be9c03af08df6357e61f043c08042e087da.tar.bz2 | |
log4cxx: builds with LLVM >= 2335
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/log4cxx.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/log4cxx.rb b/Library/Formula/log4cxx.rb index ce2c48178..d48305ed7 100644 --- a/Library/Formula/log4cxx.rb +++ b/Library/Formula/log4cxx.rb @@ -5,7 +5,8 @@ class Log4cxx < Formula homepage 'http://logging.apache.org/log4cxx/index.html' md5 'b30ffb8da3665178e68940ff7a61084c' - fails_with_llvm "Fails with \"collect2: ld terminated with signal 11 [Segmentation fault]\"." + fails_with_llvm "Fails with \"collect2: ld terminated with signal 11 [Segmentation fault]\".", + :build => 2334 def options [ |
