aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-02-09 13:08:27 -0800
committerAdam Vandenberg2013-02-09 13:08:27 -0800
commit83a9b45ade265718fe2f7740740aa05f437c48ef (patch)
treec2383fd85ebb57be3af69630e0abbfe47d218f7c /Library
parentbc54ab7585fc74694c8d3fe6fa6dcad15e421ff5 (diff)
downloadhomebrew-83a9b45ade265718fe2f7740740aa05f437c48ef.tar.bz2
uudeview: patch to compile with clang
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/uudeview.rb6
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