uudeview: patch to compile with clang
This commit is contained in:
parent
e172bd1aa8
commit
fa0a40b3e6
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue