diff options
| author | Adam Vandenberg | 2013-02-09 13:08:27 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-09 13:08:27 -0800 |
| commit | 83a9b45ade265718fe2f7740740aa05f437c48ef (patch) | |
| tree | c2383fd85ebb57be3af69630e0abbfe47d218f7c /Library | |
| parent | bc54ab7585fc74694c8d3fe6fa6dcad15e421ff5 (diff) | |
| download | homebrew-83a9b45ade265718fe2f7740740aa05f437c48ef.tar.bz2 | |
uudeview: patch to compile with clang
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/uudeview.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/uudeview.rb b/Library/Formula/uudeview.rb index a188a75c6..ed56f8b0e 100644 --- a/Library/Formula/uudeview.rb +++ b/Library/Formula/uudeview.rb @@ -5,9 +5,9 @@ class Uudeview < Formula url 'http://www.fpx.de/fp/Software/UUDeview/download/uudeview-0.5.20.tar.gz' sha1 '2c6ab7d355b545218bd0877d598bd5327d9fd125' - fails_with :clang do - build 425 - cause "inews.c:195:4: error: non-void function 'append_signature' should return a value [-Wreturn-type]" + # Fix function signatures (for clang) + def patches + {:p0 => "https://trac.macports.org/export/102865/trunk/dports/mail/uudeview/files/inews.c.patch" } end def install |
