diff options
| author | Adam Vandenberg | 2012-06-27 15:45:24 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-27 15:45:24 -0700 |
| commit | cf81321627aafd839d0cd2d64b4cc0da08f4f5b4 (patch) | |
| tree | 5e0e91205eaa48c23b76390f8501c8084451611c /Library/Formula | |
| parent | 2f17e80d8bc7f357df216c5beee9b6615ce18f62 (diff) | |
| download | homebrew-cf81321627aafd839d0cd2d64b4cc0da08f4f5b4.tar.bz2 | |
uudeview fails with clang
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/uudeview.rb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Library/Formula/uudeview.rb b/Library/Formula/uudeview.rb index 0442bdbff..87e0ed3ab 100644 --- a/Library/Formula/uudeview.rb +++ b/Library/Formula/uudeview.rb @@ -3,7 +3,12 @@ require 'formula' class Uudeview < Formula homepage 'http://www.fpx.de/fp/Software/UUDeview/' url 'http://www.fpx.de/fp/Software/UUDeview/download/uudeview-0.5.20.tar.gz' - md5 '0161abaec3658095044601eae82bbc5b' + sha1 '2c6ab7d355b545218bd0877d598bd5327d9fd125' + + fails_with :clang do + build 318 + cause "inews.c:195:4: error: non-void function 'append_signature' should return a value [-Wreturn-type]" + end def install system "./configure", "--prefix=#{prefix}", |
