diff options
| author | Charlie Sharpsteen | 2012-01-21 16:38:59 -0800 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-01-21 16:38:59 -0800 |
| commit | c570b6b929ae78e8fbd933fabae89cc9c244df23 (patch) | |
| tree | 9cb97553cba48eaa29c14a68378e4bcda811538e /Library/Formula | |
| parent | 600291751c8d69921107f46755bea173a79b6a32 (diff) | |
| download | homebrew-c570b6b929ae78e8fbd933fabae89cc9c244df23.tar.bz2 | |
Guile: Add build number to LLVM failure
Closes #9178.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/guile.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/guile.rb b/Library/Formula/guile.rb index e745f9612..aeb5d0cf9 100644 --- a/Library/Formula/guile.rb +++ b/Library/Formula/guile.rb @@ -21,7 +21,7 @@ class Guile < Formula # GNU Readline is required; libedit won't work. depends_on 'readline' - fails_with_llvm "Segfaults during compilation." + fails_with_llvm "Segfaults during compilation.", :build => 2336 def install system "./configure", "--disable-dependency-tracking", |
