From f177de67ba8bd1b2376bafdfb2913bb65d946514 Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Mon, 4 Jun 2012 11:45:49 -0700 Subject: 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 --- Library/Formula/libinfinity.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library') 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 => [ -- cgit v1.2.3