diff options
| author | nibbles 2bits | 2012-06-04 11:45:49 -0700 |
|---|---|---|
| committer | Jack Nagel | 2012-06-09 19:09:07 -0500 |
| commit | f177de67ba8bd1b2376bafdfb2913bb65d946514 (patch) | |
| tree | 16a81f44cbfc60ef978fe2b721c977cdb3fba528 /Library/Formula/libinfinity.rb | |
| parent | 3148cc9c63193c768e09680724ed059b3fff74dd (diff) | |
| download | homebrew-f177de67ba8bd1b2376bafdfb2913bb65d946514.tar.bz2 | |
libinfinity: add fails_with :clang
Add a fails_with :clang block for the issue raised in #12462:
non-void function `inf_communication_method_received` should return
a value. This issue has been reported upstream to their Trac:
http://gobby.0x539.de/trac/ticket/595
Closes #12588.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/libinfinity.rb')
| -rw-r--r-- | Library/Formula/libinfinity.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/libinfinity.rb b/Library/Formula/libinfinity.rb index ae9eed29f..b43896722 100644 --- a/Library/Formula/libinfinity.rb +++ b/Library/Formula/libinfinity.rb @@ -11,6 +11,12 @@ class Libinfinity < Formula depends_on 'gnutls' depends_on 'libgsasl' + # Reported upstream here: http://gobby.0x539.de/trac/ticket/595 + fails_with :clang do + build 318 + cause 'Non-void function should return a value' + end + # MacPorts patch to fix pam include def patches { :p0 => [ |
